source: rtems/bsps/m68k/mvme147/config/mvme147.cfg @ e8b28ba

5
Last change on this file since e8b28ba 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: 402 bytes
Line 
1#
2#  Config file for the mvme147 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=68030
12
13# optimize flag: typically -O2
14CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
15CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
16
17LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.