Commit e86e6730 by Andreas Jaeger Committed by Jeff Law

configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add thread support.

        * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
        thread support.
        * configure: Rebuilt.

From-SVN: r29402
parent d1476635
Tue Sep 14 03:58:44 1999 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
thread support.
* configure: Rebuilt.
Tue Sep 14 03:47:23 1999 Joel Sherrill <joel@OARcorp.com>
Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
Rosimildo DaSilva <rdasilva@connecttel.com>
......
......@@ -2507,9 +2507,12 @@ changequote([,])dnl
mipsel-*) tm_file="mips/elfl.h mips/linux.h" ;;
*) tm_file="mips/elf.h mips/linux.h" ;;
esac
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
gnu_ld=yes
gas=yes
if test x$enable_threads = xyes; then
thread_file='posix'
fi
;;
mips*el-*-openbsd*) # mips little endian
target_cpu_default="MASK_GAS|MASK_ABICALLS"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment