summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/t32mppc/config/t32mppc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/t32mppc/config/t32mppc.cfg')
-rw-r--r--bsps/powerpc/t32mppc/config/t32mppc.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/bsps/powerpc/t32mppc/config/t32mppc.cfg b/bsps/powerpc/t32mppc/config/t32mppc.cfg
new file mode 100644
index 0000000000..1bbfe76a09
--- /dev/null
+++ b/bsps/powerpc/t32mppc/config/t32mppc.cfg
@@ -0,0 +1,11 @@
+include $(RTEMS_ROOT)/make/custom/default.cfg
+
+RTEMS_CPU = powerpc
+
+CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -msoft-float -mno-spe \
+ -D__ppc_generic
+
+CFLAGS_OPTIMIZE_V = -Og -g
+CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
+
+LDFLAGS = -Wl,--gc-sections