diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:27:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:27:49 +0000 |
commit | 7b8a5c0ad1087907d054ecd447a0cc2d3bb9158b (patch) | |
tree | 6a7991a13d5c659b9ed6ab068f82f7f1b5b7e439 /dmake/config.guess | |
parent | 74d206d1b5a3d21c5e474016f05fe153c66634dc (diff) |
INTEGRATION: CWS dmake47 (1.3.12); FILE MERGED
2006/09/28 21:16:20 vq 1.3.12.1: #i69953# Clean up of the autotooling.
Diffstat (limited to 'dmake/config.guess')
-rwxr-xr-x | dmake/config.guess | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dmake/config.guess b/dmake/config.guess index ad5281e66e9d..917bbc50f36a 100755 --- a/dmake/config.guess +++ b/dmake/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-08-03' +timestamp='2005-07-08' # 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 @@ -794,7 +794,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + amd64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) @@ -873,9 +873,6 @@ EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; - or32:Linux:*:*) - echo or32-unknown-linux-gnu - exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; |