summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-08-29 20:11:36 +0200
committertege <tege@gmplib.org>2000-08-29 20:11:36 +0200
commitcf18b57b593594f147ec75ab8c2aadd23b1c2566 (patch)
tree1442c47ceb76612e27f7be40906e238b78c72c42 /config.guess
parent0f63a55517c7e810f0fda060c60a55cfdc7f187e (diff)
downloadgmp-cf18b57b593594f147ec75ab8c2aadd23b1c2566.tar.gz
(x86 variant recog code): Remove dummy*.o files generated by some compilers.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 08018f497..bff06d68f 100755
--- a/config.guess
+++ b/config.guess
@@ -4,6 +4,10 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
#
+# NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
+# NOTE: This is a modified version of config.guess for the neeed of GNU MP
+# NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
+#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -185,7 +189,9 @@ EOF
then
X86CPU="$UNAME_MACHINE"
fi
- rm -f ${dummy}1.s ${dummy}2.c $dummy
+ # We need to remove some .o files here since lame C compilers
+ # generate these even when not asked.
+ rm -f ${dummy}1.s ${dummy}1.o ${dummy}2.c ${dummy}2.o $dummy
;;
esac