Remove CYGNUS LOCAL markers for Thumb port.
authorNick Clifton <nickc@redhat.com>
Wed, 25 Mar 1998 19:17:43 +0000 (19:17 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 25 Mar 1998 19:17:43 +0000 (19:17 +0000)
configure.in

index 470b76d8fb9206cf9320ee3166c4f898b255b67c..620c584d0e493c5fd2a96b8f64d1611229ab43a4 100644 (file)
@@ -565,7 +565,7 @@ case "${target}" in
   arm-*-coff*)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
-  thumb-*-coff) # CYGNUS LOCAL nickc/thumb
+  thumb-*-coff)
     noconfigdirs="$noconfigdirs target-libgloss"
     ;;
   thumb-*-pe) # CYGNUS LOCAL nickc/thumb
@@ -982,7 +982,7 @@ fi
 # can be created.  At this point the main configure script has set CC.
 echo "int main () { return 0; }" > conftest.c
 ${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
-if [ $? = 0 ] && [ -s conftest ]; then
+if [ $? = 0 ] && [ -s conftest -o -s conftest.exe ]; then
   :
 else
   echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
This page took 0.034113 seconds and 4 git commands to generate.