source: rtems/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg @ 4c83f292

5
Last change on this file since 4c83f292 was 4c83f292, checked in by Sebastian Huber <sebastian.huber@…>, on 03/12/18 at 07:16:17

bsps: Remove unused RTEMS_CPU_MODEL

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 301 bytes
Line 
1#
2#  Config file for the moxie simulator in gdb.
3#
4#  $Id: moxiesxsim.cfg,v 1.2 2009/10/21 10:41:27 ralf Exp $
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=moxie
10
11# optimize flag: typically -O2
12CFLAGS_OPTIMIZE_V = -Os -g -ffunction-sections -fdata-sections
13
14LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.