]> gcc.gnu.org Git - gcc.git/commitdiff
(sparc-*-linux-gnulibc1*): New configuration.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Jul 1997 11:40:30 +0000 (07:40 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 2 Jul 1997 11:40:30 +0000 (07:40 -0400)
From-SVN: r14381

gcc/configure.in

index a96d3b6678437e95ca5d3c257e1f6ce3571b45d5..16589a1db4184024df6e7507279f4d78b9c95c86 100644 (file)
@@ -2286,16 +2286,28 @@ for machine in $build $host $target; do
                broken_install=yes
                gnu_ld=yes
                ;;
-       sparc-*-linux-gnu*)                     # Sparc's running Linux, ELF
-               xm_file=sparc/xm-linux.h
+       sparc-*-linux-gnulibc1*)                 # Sparc's running Linux
+               xm_file=sparc/xm-linux.h # with ELF format using the
+               xmake_file=x-linux       # Linux C library 5.
                tm_file=sparc/linux.h
-               xmake_file=x-linux
+               tmake_file=t-linux t-linux-gnulibc1
+               extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
+               fixincludes=Makefile.in #On Linux, the headers are ok already.
+               broken_install=yes
+               gnu_ld=yes
+               ;;
+       sparc-*-linux-gnu*)                      # Sparc's running Linux
+               xm_file=sparc/xm-linux.h # with ELF format using glibc 2
+               xmake_file=x-linux       # aka the Linux C library 6.
+               tm_file=sparc/linux.h
+               tmake_file=t-linux
+               extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
                fixincludes=Makefile.in #On Linux, the headers are ok already.
                broken_install=yes
                gnu_ld=yes
-               # Don't use it. Linux uses a slightly different one.
-               # The real one comes with the Linux C library.
-               #extra_parts="crtbegin.o crtend.o"
+               if [[ x$thread_file = x ]]; then
+                       thread_file='posix'
+               fi
                ;;
        sparc-*-lynxos*)
                if [[ x$gas = xyes ]]
This page took 0.068991 seconds and 5 git commands to generate.