mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (Linux|GNU|GNU/*): Strip extraneous whitespace
inserted by the preprocessor (eg, pgcc -E). Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
26c2790a61
commit
6947a35648
@ -1,3 +1,8 @@
|
||||
2014-02-12 Urs Janssen <urs@akk.org>
|
||||
|
||||
* config.guess (Linux|GNU|GNU/*): Strip extraneous whitespace
|
||||
inserted by the preprocessor (eg, pgcc -E).
|
||||
|
||||
2014-01-25 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: Remove check for /usr/apollo directory.
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -2,7 +2,7 @@
|
||||
# Attempt to guess a canonical system name.
|
||||
# Copyright 1992-2014 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2014-01-25'
|
||||
timestamp='2014-02-12'
|
||||
|
||||
# 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
|
||||
@ -149,7 +149,7 @@ Linux|GNU|GNU/*)
|
||||
LIBC=gnu
|
||||
#endif
|
||||
EOF
|
||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
|
||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user