Commit a5598a06 by Robert Lipe

configure.in (i[34567]86-*-isc*): Add t-i386bare to suppress libgcc1.

        * configure.in (i[34567]86-*-isc*) [tmake_file]: Add t-i386bare
        to suppress libgcc1.
        (i[34567]86-*-sco3.2v5*) Likewise.
        (i[34567]86-*-sco3.2v4*) Likewise.
        (i[34567]86-*-sco) Likewise.
        (i[34567]86-*-solaris2) Likewise.
        (i[34567]86-*-sysv5*) Likewise.
        (i[34567]86-*-sysv4*) Likewise.
        (i[34567]86-*-udk*) Likewise.
        (i[34567]86-*-sysv*) Likewise.

From-SVN: r33653
parent 15f5aab6
...@@ -1455,6 +1455,7 @@ changequote([,])dnl ...@@ -1455,6 +1455,7 @@ changequote([,])dnl
tmake_file=i386/t-crtstuff tmake_file=i386/t-crtstuff
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
fi fi
tmake_file="$tmake_file i386/t-i386bare"
install_headers_dir=install-headers-cpio install_headers_dir=install-headers-cpio
;; ;;
changequote(,)dnl changequote(,)dnl
...@@ -1612,6 +1613,7 @@ changequote([,])dnl ...@@ -1612,6 +1613,7 @@ changequote([,])dnl
else else
tmake_file=i386/t-sco5 tmake_file=i386/t-sco5
fi fi
tmake_file="$tmake_file i386/t-i386bare"
extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o" extra_parts="crti.o crtbegin.o crtend.o crtbeginS.o crtendS.o"
;; ;;
changequote(,)dnl changequote(,)dnl
...@@ -1631,6 +1633,7 @@ changequote([,])dnl ...@@ -1631,6 +1633,7 @@ changequote([,])dnl
tmake_file=i386/t-crtstuff tmake_file=i386/t-crtstuff
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
fi fi
tmake_file="$tmake_file i386/t-i386bare"
# The default EAFS filesystem supports long file names. # The default EAFS filesystem supports long file names.
# Truncating the target makes $host != $target which # Truncating the target makes $host != $target which
# makes gcc think it is doing a cross-compile. # makes gcc think it is doing a cross-compile.
...@@ -1652,6 +1655,7 @@ changequote([,])dnl ...@@ -1652,6 +1655,7 @@ changequote([,])dnl
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
tmake_file=i386/t-crtstuff tmake_file=i386/t-crtstuff
fi fi
tmake_file="$tmake_file i386/t-i386bare"
truncate_target=yes truncate_target=yes
;; ;;
changequote(,)dnl changequote(,)dnl
...@@ -1664,7 +1668,7 @@ changequote([,])dnl ...@@ -1664,7 +1668,7 @@ changequote([,])dnl
# Only needed if gas does not support -s # Only needed if gas does not support -s
tm_file="i386/sol2gas.h ${tm_file}" tm_file="i386/sol2gas.h ${tm_file}"
fi fi
tmake_file=i386/t-sol2 tmake_file="i386/t-i386bare i386/t-sol2"
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o" extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
xmake_file=x-svr4 xmake_file=x-svr4
if test x${enable_threads} = x; then if test x${enable_threads} = x; then
...@@ -1691,7 +1695,7 @@ changequote([,])dnl ...@@ -1691,7 +1695,7 @@ changequote([,])dnl
then then
tm_file="${tm_file} dbx.h" tm_file="${tm_file} dbx.h"
fi fi
tmake_file=i386/t-crtpic tmake_file="i386/t-i386bare i386/t-crtpic"
xmake_file=x-svr4 xmake_file=x-svr4
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
...@@ -1708,7 +1712,7 @@ changequote([,])dnl ...@@ -1708,7 +1712,7 @@ changequote([,])dnl
then then
tm_file="${tm_file} dbx.h" tm_file="${tm_file} dbx.h"
fi fi
tmake_file=i386/t-crtpic tmake_file="i386/t-i386bare i386/t-crtpic"
xmake_file=x-svr4 xmake_file=x-svr4
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
;; ;;
...@@ -1718,7 +1722,7 @@ changequote([,])dnl ...@@ -1718,7 +1722,7 @@ changequote([,])dnl
xm_file="xm-alloca.h ${xm_file}" xm_file="xm-alloca.h ${xm_file}"
xm_defines="USG POSIX" xm_defines="USG POSIX"
tm_file=i386/udk.h tm_file=i386/udk.h
tmake_file="i386/t-crtpic i386/t-udk" tmake_file="i386/t-i386bare i386/t-crtpic i386/t-udk"
xmake_file=x-svr4 xmake_file=x-svr4
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
install_headers_dir=install-headers-cpio install_headers_dir=install-headers-cpio
...@@ -1761,6 +1765,7 @@ changequote([,])dnl ...@@ -1761,6 +1765,7 @@ changequote([,])dnl
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
tmake_file=i386/t-crtstuff tmake_file=i386/t-crtstuff
fi fi
tmake_file="$tmake_file i386/t-crtpic"
;; ;;
i386-*-vsta) # Intel 80386's running VSTa kernel i386-*-vsta) # Intel 80386's running VSTa kernel
xm_file="${xm_file} i386/xm-vsta.h" xm_file="${xm_file} i386/xm-vsta.h"
......
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