mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1760/misc * compilers/gcc-target-default.cfg: Fix typo in CPP definition.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1760/misc
|
||||||
|
* compilers/gcc-target-default.cfg: Fix typo in CPP definition.
|
||||||
|
|
||||||
2008-09-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-09-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in
|
* leaf.cfg: LINK.c and LINK.cc include LDFLAGS so do not include it in
|
||||||
|
|||||||
@@ -87,8 +87,8 @@ CLOBBER_CC =
|
|||||||
# Client compiler and support tools
|
# Client compiler and support tools
|
||||||
#
|
#
|
||||||
|
|
||||||
# CPP command to write file to standard output
|
# CPP command to write file to standard output with warnings suppressed
|
||||||
CPP=$(CC) -E -w -Wp,-$$
|
CPP=$(CC) -E -w
|
||||||
|
|
||||||
# egrep regexp to ignore symbol table entries in ar archives.
|
# egrep regexp to ignore symbol table entries in ar archives.
|
||||||
# Only used to make sure we skip them when coalescing libraries.
|
# Only used to make sure we skip them when coalescing libraries.
|
||||||
|
|||||||
Reference in New Issue
Block a user