source: rtems/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg @ d04cb124

4.115
Last change on this file since d04cb124 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 539 bytes
Line 
1#
2#  Config file for LPC22xx board
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=arm
8RTEMS_CPU_MODEL=lpc22xx
9
10#  This contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
12#
13CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm7tdmi -mfpu=vfp -mfloat-abi=soft -mapcs-frame
14
15# optimize flag: typically -0, could use -O4 or -fast
16# -O4 is ok for RTEMS
17# NOTE2: some level of -O may be actually required by inline assembler (at least
18# -O2 so far.
19CFLAGS_OPTIMIZE_V = -Os -g -DNDEBUG
Note: See TracBrowser for help on using the repository browser.