aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>2001-07-24 18:49:45 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-07-24 18:49:45 -0700
commitbb8602be349ff4dabf8051638d750e55af4e5617 (patch)
treea1168da9b32abce0902fb53b66807b382e63b3b2 /gcc/config.gcc
parente08f13ee31a0af695cd257391f7815ebc254da2e (diff)
downloadgcc-bb8602be349ff4dabf8051638d750e55af4e5617.zip
gcc-bb8602be349ff4dabf8051638d750e55af4e5617.tar.gz
gcc-bb8602be349ff4dabf8051638d750e55af4e5617.tar.bz2
config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as extra multilib parts like arm-elf.
* config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as extra multilib parts like arm-elf. (i960-*-coff*, i960-*-rtems): Should not use collect2. (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and crtfini.o as extra multilib parts. From-SVN: r44327
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 8961f40..7a14135 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -525,7 +525,6 @@ arm*-*-rtems*)
if test x$enable_threads = xyes; then
thread_file='rtems'
fi
- extra_parts="crtinit.o crtfini.o"
;;
arc-*-elf*)
extra_parts="crtinit.o crtfini.o"
@@ -1448,14 +1447,12 @@ i960-wrs-vxworks*)
i960-*-coff*)
tm_file="${tm_file} dbxcoff.h i960/i960-coff.h libgloss.h"
tmake_file=i960/t-960bare
- use_collect2=yes
c_target_objs="i960-c.o"
cxx_target_objs="i960-c.o"
;;
i960-*-rtems)
tmake_file="i960/t-960bare t-rtems"
tm_file="${tm_file} dbxcoff.h i960/rtems.h"
- use_collect2=yes
if test x$enable_threads = xyes; then
thread_file='rtems'
fi
@@ -1842,6 +1839,7 @@ m68020-*-elf* | m68k-*-elf*)
xm_defines=POSIX
tmake_file=m68k/t-m68kelf
header_files=math-68881.h
+ extra_parts="crtbegin.o crtend.o"
;;
m68k-*-lynxos*)
if test x$gas = xyes
@@ -1935,6 +1933,7 @@ m68k-*-rtemself*|m68k-*-rtems*)
tm_file=m68k/rtemself.h
extra_headers=math-68881.h
float_format=m68k
+ extra_parts="crtbegin.o crtend.o"
if test x$enable_threads = xyes; then
thread_file='rtems'
fi