Warning, /bsps/powerpc/gen83xx/config/gen83xx.inc is written in an unsupported language. File is not indexed.
0001 #
0002 # Shared base config file for GEN83xx BSPs
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006 #
0007 # FIXME: we might want to use the e300 CPU model explicitely,
0008 # using -me300
0009 # but I doubt the compiler actually generates different code
0010 #
0011 RTEMS_CPU=powerpc
0012
0013 # This contains the compiler options necessary to select the CPU model
0014 # and (hopefully) optimize for it.
0015 #
0016 CPU_CFLAGS = -mcpu=603e -meabi -msdata=sysv -fno-common -mstrict-align
0017
0018 # optimize flag: typically -O2
0019 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
0020 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0021
0022 LDFLAGS = -Wl,--gc-sections