]> gcc.gnu.org Git - gcc.git/blobdiff - libgcc/configure
Use a non-empty test program to test ability to link.
[gcc.git] / libgcc / configure
index ab8d4713196553ba93f306ff39e23175f1c857a1..093036acf81c1f5d347e6b6098dde016a0b1db08 100755 (executable)
@@ -3553,11 +3553,11 @@ done
 
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
+#include <stdio.h>
 int
 main ()
 {
-
+printf ("hello world\n");
   ;
   return 0;
 }
This page took 0.029624 seconds and 5 git commands to generate.