source: rtems/bsps/powerpc/t32mppc/config/t32mppc.cfg @ a2dad96

5
Last change on this file since a2dad96 was adb85dd, checked in by Sebastian Huber <sebastian.huber@…>, on 04/21/18 at 08:22:08

bsps: Move make/custom/* files to bsps

Adjust various build files. Remove automatic generation of the
c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 279 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = powerpc
4
5CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -msoft-float -mno-spe \
6        -D__ppc_generic
7
8CFLAGS_OPTIMIZE_V = -Og -g
9CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
10
11LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.