1
0
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:
Paul Eggert 2011-08-30 08:57:22 -07:00
parent 35137ed3a5
commit 015faae4f8
2 changed files with 6 additions and 1 deletions

View File

@ -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).

View File

@ -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 ;;