https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 96ac6a174132d16faf6f59d45692d6fa3e348273 authored by Jason Self on 15 October 2014, 06:32:36 UTC
Linux-libre 3.10.58-gnu
Tip revision: 96ac6a1
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