aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-22 12:06:01 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-22 12:06:01 +0000
commit57809813b459dc5926d3d2f8d89dba41a73bad1e (patch)
treea92085fa56630420fbd714a86cd4883b809f5416 /gcc/config.gcc
parent6e30705627f75583735d7e04d1a162ee4afbe838 (diff)
downloadgcc-57809813b459dc5926d3d2f8d89dba41a73bad1e.zip
gcc-57809813b459dc5926d3d2f8d89dba41a73bad1e.tar.gz
gcc-57809813b459dc5926d3d2f8d89dba41a73bad1e.tar.bz2
svr4.h: Remove.
* config/svr4.h: Remove. * system.h (USING_SVR4_H, SVR4_ASM_SPEC): Poison. * config.gcc, config/bfin/bfin.h, config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h, config/i386/openbsdelf.h, config/i386/vx-common.h, config/ia64/elf.h, config/ia64/ia64.h, config/ia64/sysv4.h, config/iq2000/iq2000.h, config/m68k/linux.h, config/m68k/m68kelf.h, config/mips/mips.h, config/mips/vxworks.h, config/moxie/moxie.h, config/netbsd-aout.h, config/openbsd.h, config/rs6000/sysv4.h, config/sh/elf.h, config/sh/sh.h, config/sol2.h, config/sparc/sysv4.h, config/stormy16/stormy16.h, config/v850/v850.h, config/vxworks.h: Remove or update comments referring to svr4.h. From-SVN: r168166
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 4db6885..d316e11 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -72,7 +72,7 @@
# tm_file A list of target macro files, if different from
# "$cpu_type/$cpu_type.h". Usually it's constructed
# per target in a way like this:
-# tm_file="${tm_file} dbxelf.h elfos.h svr4.h ${cpu_type.h}/elf.h"
+# tm_file="${tm_file} dbxelf.h elfos.h ${cpu_type.h}/elf.h"
# Note that the preferred order is:
# - specific target header "${cpu_type}/${cpu_type.h}"
# - generic headers like dbxelf.h elfos.h, etc.