summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-portsw.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-08 22:59:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-08 22:59:25 +0000
commit93f79c0f8b5521313221c755a12f04ba230cf14b (patch)
treea72fad36712c1c9aa09a02ce33e143bd54cdfea1 /make/compilers/gcc-portsw.cfg
parent2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-93f79c0f8b5521313221c755a12f04ba230cf14b.tar.bz2
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V. * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS. * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS. * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags, remove unused flags, remove -ansi from CPP. * custom/eth_comm.cfg: Remove CPU_DEFINES. * custom/sim68000.cfg: Remove CPU_DEFINES.
Diffstat (limited to 'make/compilers/gcc-portsw.cfg')
-rw-r--r--make/compilers/gcc-portsw.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/compilers/gcc-portsw.cfg b/make/compilers/gcc-portsw.cfg
index 8a21d75033..497ddeabd7 100644
--- a/make/compilers/gcc-portsw.cfg
+++ b/make/compilers/gcc-portsw.cfg
@@ -119,9 +119,6 @@ CCC=$(CXX)
# CPP command to write file to standard output
CPP=$(CC) -E
-# flags set by cc when running cpp
-CPP_CC_FLAGS=-D__STDC__
-
AS=/opt/29k/bin/as29
ASPP=ERROR_NO_ASPP