aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1998-05-19 18:24:07 +0000
committerJim Wilson <wilson@gcc.gnu.org>1998-05-19 11:24:07 -0700
commitc73912726cd1616376e86af419d32fa333c92e95 (patch)
tree64b67e156ef4621ca2ceb97b5f188075c4ca40ea /gcc/configure
parent5a11e05b695e7eff595648f37a643fd6bb34e70e (diff)
downloadgcc-c73912726cd1616376e86af419d32fa333c92e95.zip
gcc-c73912726cd1616376e86af419d32fa333c92e95.tar.gz
gcc-c73912726cd1616376e86af419d32fa333c92e95.tar.bz2
Finish incomplete change started by Kenner.
* configure.in (*-*-linux-gnu*): Delete NO_STAB_H from xm_defines. (powerpcle-*-cygwin32): Delete xm_defines. * final.c, mips-tfile.c, xcoffout.c, config/mips/mips.c: Use HAVE_STAB_H instead of NO_STAB_H. * config/xm-linux.h (NO_STAB_H): Delete. (HAVE_STAB_H): Undefine. * config/i386/xm-go32.h (NO_STAB_H): Delete. From-SVN: r19886
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index 0fad951..9448fdf 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -2148,7 +2148,7 @@ for machine in $build $host $target; do
# Set the default macros to define for GNU/Linux systems.
case $machine in
*-*-linux-gnu*)
- xm_defines="HAVE_ATEXIT POSIX NO_STAB_H BSTRING"
+ xm_defines="HAVE_ATEXIT POSIX BSTRING"
;;
esac
@@ -4211,7 +4211,6 @@ for machine in $build $host $target; do
powerpcle-*-pe | powerpcle-*-cygwin32)
tm_file=rs6000/cygwin32.h
xm_file="rs6000/xm-cygwin32.h ${xm_file}"
- xm_defines=NO_STAB_H
tmake_file=rs6000/t-winnt
xmake_file=rs6000/x-cygwin32
# extra_objs=pe.o