bsp/qoriq: Function and data sections

This commit is contained in:
Sebastian Huber
2015-10-26 09:10:22 +01:00
parent 1d308a1321
commit ac84d42e72

View File

@@ -10,3 +10,6 @@ CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common \
-D__ppc_generic
CFLAGS_OPTIMIZE_V = -O2 -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections