summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-06-17 00:56:49 +0200
committerKevin Ryde <user42@zip.com.au>2004-06-17 00:56:49 +0200
commit58b04a424812ab43579fe94cb15bd63b31b4ad3d (patch)
tree28a794742124588416d60c71d5fa3982a86af496 /configure.in
parent68c186b646f9a2cc06919e16f89867a4353610e3 (diff)
downloadgmp-58b04a424812ab43579fe94cb15bd63b31b4ad3d.tar.gz
Say "GNU/Linux" under ppc64.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0b6b7ca14..e65b93956 100644
--- a/configure.in
+++ b/configure.in
@@ -948,7 +948,7 @@ case $host in
limb_mode32=longlong
;;
*-*-linux*)
- # On Linux, assume the processor is in 64-bit mode. Some Linux
+ # On GNU/Linux, assume the processor is in 64-bit mode. Some
# environments have a gcc that is always in 64-bit mode, while
# others require -m64, hence the use of cflags_maybe. The
# sizeof-long-8 test checks the mode is right (for the no option