mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (arm:FreeBSD:*:*): Match on 'arm' not 'arm*'.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
ceeb0d9e0f
commit
59e2ce0e6b
@ -1,3 +1,7 @@
|
|||||||
|
2018-08-29 Mikaël Urankar <mikael.urankar@gmail.com>
|
||||||
|
|
||||||
|
* config.guess (arm:FreeBSD:*:*): Match on 'arm' not 'arm*'.
|
||||||
|
|
||||||
2018-08-28 John Ericson <john.ericson@obsidian.systems>
|
2018-08-28 John Ericson <john.ericson@obsidian.systems>
|
||||||
|
|
||||||
* config.sub: Parse basic_machine into cpu and vendor. This adds
|
* config.sub: Parse basic_machine into cpu and vendor. This adds
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -2,7 +2,7 @@
|
|||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
# Copyright 1992-2018 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2018-08-02'
|
timestamp='2018-08-29'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -838,7 +838,7 @@ EOF
|
|||||||
*:BSD/OS:*:*)
|
*:BSD/OS:*:*)
|
||||||
echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
|
echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE"
|
||||||
exit ;;
|
exit ;;
|
||||||
arm*:FreeBSD:*:*)
|
arm:FreeBSD:*:*)
|
||||||
UNAME_PROCESSOR=`uname -p`
|
UNAME_PROCESSOR=`uname -p`
|
||||||
set_cc_for_build
|
set_cc_for_build
|
||||||
if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
|
if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user