source: rtems/bsps/moxie/moxiesim/config/moxiesim.cfg

Last change on this file 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: 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.