diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-18 23:58:21 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-18 23:58:21 +0000 |
commit | 9e9b9afe4c70bfb0126b669f26423785eea8beca (patch) | |
tree | 7e1a8332652f11d7ac0e018602c70ca12e95948b /gcc/config.gcc | |
parent | 20d380b15db740b9a998f5c64b52333f3f8d55c2 (diff) | |
download | gcc-9e9b9afe4c70bfb0126b669f26423785eea8beca.zip gcc-9e9b9afe4c70bfb0126b669f26423785eea8beca.tar.gz gcc-9e9b9afe4c70bfb0126b669f26423785eea8beca.tar.bz2 |
config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
* config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING.
* tm.texi (EXIT_BODY): Update documentation.
* config/freebsd.h, config/netware.h, config/arm/coff.h,
config/arm/conix-elf.h, config/arm/unknown-elf.h,
config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h,
sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some
commented out) and associated comments.
f:
* com.c [VMS]: Remove definition of BSTRING.
From-SVN: r38370
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 71a1468..13647bf 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -258,7 +258,7 @@ esac # Common parts for GNU/Linux, GNU/Hurd and OpenBSD systems. case $machine in *-*-linux*) - xm_defines="HAVE_ATEXIT POSIX BSTRING" + xm_defines="POSIX" ;; *-*-gnu*) # On the Hurd, the setup is just about the same on |