summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc')
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
deleted file mode 100644
index ff9586eec4..0000000000
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# Shared base config file for QorIQ BSPs
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU = powerpc
-
-CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -mstrict-align \
- -mspe -mabi=spe -mfloat-gprs=double \
- -D__ppc_generic
-
-CFLAGS_OPTIMIZE_V = -O2 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections
-
-# define bsp-post-link
-# $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
-# gzip -f -9 '$(basename $@).bin'
-# mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
-# $(default-bsp-post-link)
-# endef