mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2002-07-03 Ben Elliston <bje@redhat.com>
* config.sub: Handle freebsd*. From Bruno Haible.
This commit is contained in:
parent
7d9c8d4d88
commit
ea1f282bc2
@ -1,3 +1,7 @@
|
||||
2002-07-03 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.sub: Handle freebsd*. From Bruno Haible.
|
||||
|
||||
2002-07-01 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* config.guess: For FreeBSD systems using glibc, add suffix "-gnu".
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2002-07-01'
|
||||
timestamp='2002-07-03'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
@ -118,7 +118,7 @@ esac
|
||||
# Here we must recognize all the valid KERNEL-OS combinations.
|
||||
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
||||
case $maybe_os in
|
||||
nto-qnx* | linux-gnu* | freebsd-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
|
||||
nto-qnx* | linux-gnu* | freebsd*-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
|
||||
os=-$maybe_os
|
||||
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user