]> gcc.gnu.org Git - gcc.git/commitdiff
(LIBGCC1_TEST): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 26 Oct 1995 21:54:32 +0000 (17:54 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 26 Oct 1995 21:54:32 +0000 (17:54 -0400)
From-SVN: r10515

gcc/config/sparc/t-vxsparc

index b59d6ace06c829bb64094a7eb5725c5e2336cc51..3adba438bd91766a720ce459390b0fc66dd1f4bb 100644 (file)
@@ -1,6 +1,10 @@
 LIBGCC1 =
 CROSS_LIBGCC1 =
 
+# We don't want to build .umul, etc., because VxWorks provides them,
+# which means that libgcc1-test will fail.
+LIBGCC1_TEST =
+
 # We don't want to put exit in libgcc.a for VxWorks, because VxWorks
 # does not have _exit.
 LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -Dexit=unused_exit
This page took 0.064949 seconds and 5 git commands to generate.