* configure.in (opsys): Change pattern to *-*-linux*.
This commit is contained in:
parent
f6cfbd8f9d
commit
695a3dc536
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* configure.in (opsys): Add pattern *-gnu-linux*
|
||||
* configure.in (opsys): Change pattern to *-*-linux*
|
||||
to recognize powerpc-gnu-linux-uclibc (Bug#9403).
|
||||
|
||||
2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
|
|
@ -410,8 +410,8 @@ dnl quotation begins
|
|||
machine='' opsys='' unported=no
|
||||
case "${canonical}" in
|
||||
|
||||
## GNU/Linux ports
|
||||
*-*-linux-gnu* | *-gnu-linux*)
|
||||
## GNU/Linux and similar ports
|
||||
*-*-linux* )
|
||||
opsys=gnu-linux
|
||||
case ${canonical} in
|
||||
alpha*) machine=alpha ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue