source: rtems/bsps/powerpc/gen83xx/config/gen83xx.inc @ 8f8ccee

5
Last change on this file since 8f8ccee 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: 610 bytes
RevLine 
[279d3dae]1#
2#  Shared base config file for GEN83xx BSPs
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6#
7# FIXME: we might want to use the e300 CPU model explicitely,
[6882be7]8# using -me300
[279d3dae]9# but I doubt the compiler actually generates different code
10#
11RTEMS_CPU=powerpc
12
13#  This contains the compiler options necessary to select the CPU model
14#  and (hopefully) optimize for it.
15#
[0fe0718]16CPU_CFLAGS = -mcpu=603e -meabi -msdata=sysv -fno-common -mstrict-align
[279d3dae]17
18# optimize flag: typically -O2
[c09fe761]19CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
[0aeeca42]20CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
21
22LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.