swh:1:snp:c7beb2432b7e93c4cf6ab09cd194c7c1998df2f9
Raw File
Tip revision: c7208164e66f63e3ec1759b98087849286410741 authored by Linus Torvalds on 25 May 2014, 23:06:00 UTC
Linux 3.15-rc7
Tip revision: c720816
Makefile-ppc
ifeq ($(CONFIG_HOST_2G_2G), y)
START_ADDR = 0x80000000
else
START_ADDR = 0xc0000000
endif
ARCH_CFLAGS = -U__powerpc__ -D__UM_PPC__

# The arch is ppc, but the elf32 name is powerpc
ELF_SUBARCH = powerpc
back to top