mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* configure.in (opsys): Add pattern *-gnu-linux*
to recognize powerpc-gnu-linux-uclibc (Bug#9403).
This commit is contained in:
parent
35137ed3a5
commit
015faae4f8
@ -1,3 +1,8 @@
|
||||
2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* configure.in (opsys): Add pattern *-gnu-linux*
|
||||
to recognize powerpc-gnu-linux-uclibc (Bug#9403).
|
||||
|
||||
2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* configure.in: Add -MP to DEPFLAGS (Bug#9372).
|
||||
|
@ -411,7 +411,7 @@ machine='' opsys='' unported=no
|
||||
case "${canonical}" in
|
||||
|
||||
## GNU/Linux ports
|
||||
*-*-linux-gnu*)
|
||||
*-*-linux-gnu* | *-gnu-linux*)
|
||||
opsys=gnu-linux
|
||||
case ${canonical} in
|
||||
alpha*) machine=alpha ;;
|
||||
|
Loading…
Reference in New Issue
Block a user