aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-03-25 19:17:43 +0000
committerNick Clifton <nickc@redhat.com>1998-03-25 19:17:43 +0000
commit516548933b0a32c95f07c3bfc5507fa34999fe0d (patch)
treecee5201250dd0d30592301a9417fa4487e0edc9d /configure.in
parente924e1625cf71113b12531837289f974f6bc9015 (diff)
downloadfsf-binutils-gdb-516548933b0a32c95f07c3bfc5507fa34999fe0d.zip
fsf-binutils-gdb-516548933b0a32c95f07c3bfc5507fa34999fe0d.tar.gz
fsf-binutils-gdb-516548933b0a32c95f07c3bfc5507fa34999fe0d.tar.bz2
Remove CYGNUS LOCAL markers for Thumb port.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 470b76d..620c584 100644
--- a/configure.in
+++ b/configure.in
@@ -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."