diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-09-05 13:58:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-09-05 13:58:58 +0000 |
| commit | cb570515b4bb7a653afa4b3294c180879dc2c61d (patch) | |
| tree | edb257ce00f7b4b66519d17c346bd9033e870081 /usr.bin/cpp/cpp.notraditional.sh | |
| parent | 127af73461c53ce542cb8e13fd63d14ac4a89246 (diff) | |
Notes
Diffstat (limited to 'usr.bin/cpp/cpp.notraditional.sh')
| -rw-r--r-- | usr.bin/cpp/cpp.notraditional.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cpp/cpp.notraditional.sh b/usr.bin/cpp/cpp.notraditional.sh index b30624cc8e23..7ed43f082193 100644 --- a/usr.bin/cpp/cpp.notraditional.sh +++ b/usr.bin/cpp/cpp.notraditional.sh @@ -43,7 +43,7 @@ # PATH=/usr/bin:/bin CPP=/usr/libexec/gcc2/cpp -ALST="-D__GNUC__ -$ " +ALST="-D__GNUC__=2 -$ " NSI=no OPTS="" INCS="-nostdinc" @@ -61,7 +61,7 @@ do INCS="$INCS $A" ;; -U__GNUC__) - ALST=`echo $ALST | sed -e 's/-D__GNUC__//'` + ALST=`echo $ALST | sed -e 's/-D__GNUC__=2//'` ;; -*) OPTS="$OPTS '$A'" |
