source: rtems/c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg @ a1460043

5
Last change on this file since a1460043 was a1460043, checked in by Sebastian Huber <sebastian.huber@…>, on 12/08/17 at 06:57:21

bsp/smdk2410: Move libcpu files to BSP

Update #3254.

  • Property mode set to 100644
File size: 416 bytes
RevLine 
[7f146fb7]1#
2#  Config file for ARM smdk2410
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=arm
[a1460043]8RTEMS_CPU_MODEL=shared
[7f146fb7]9
10#  This contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
[74493f05]12CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2410
[7f146fb7]13
14# optimize flag: typically -O2
15CFLAGS_OPTIMIZE_V = -O2 -g
[e354ef11]16CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
17
18LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.