aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-15 02:32:24 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-15 02:32:24 +0000
commit56fb2b3625d4e32d019024e9c5f8a5d07e185f38 (patch)
tree94634d846c443f1d9929fcfc2549d63712558d15 /gcc/config.gcc
parent0dcc5c98ecb8d9f91fb748f0f42388441b2afbee (diff)
downloadgcc-56fb2b3625d4e32d019024e9c5f8a5d07e185f38.zip
gcc-56fb2b3625d4e32d019024e9c5f8a5d07e185f38.tar.gz
gcc-56fb2b3625d4e32d019024e9c5f8a5d07e185f38.tar.bz2
arc.h (LIB_SPEC): Define.
* config/arc/arc.h (LIB_SPEC): Define. * config.gcc (arc-*-elf*): Don't use svr4.h. From-SVN: r167840
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 273819a..93ad309 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -761,7 +761,7 @@ alpha*-dec-*vms*)
extra_options="${extra_options} vms/vms.opt"
;;
arc-*-elf*)
- tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h ${tm_file}"
+ tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
extra_parts="crtinit.o crtfini.o"
;;
arm-wrs-vxworks)