summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc b/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
deleted file mode 100644
index 71c605c8da..0000000000
--- a/c/src/lib/libbsp/powerpc/gen5200/make/custom/gen5200.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Shared base config file for GEN5200 BSPs
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=powerpc
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS = -mcpu=603e -mstrict-align \
- -meabi -msdata=sysv -fno-common
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections