source: rtems/bsps/m68k/mrm332/config/mrm332.cfg @ ae535b84

5
Last change on this file since ae535b84 was e8b28ba, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/18 at 04:37:39

tools: Remove packhex

All tools should be removed from the RTEMS source repository at some
point in time. Tools with a BSD-style license will be moved to the
RTEMS tools repository. Unfortunately, this tool has no license
information.

Remove all uses of this tool from the code base. Users of HEX files
should consider to use ELF instead.

Close #3379.

  • Property mode set to 100644
File size: 587 bytes
Line 
1#
2#  Config file for the mrm332 BSP
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=m68k
8
9#  This contains the compiler options necessary to select the CPU model
10#  and (hopefully) optimize for it.
11CPU_CFLAGS = -mcpu=cpu32
12
13# using optimise for size due to small memory on target board.
14CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer
15
16# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2567.
17# The following two lines enable compiling and linking on per element.
18# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
19# LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.