forked from pool/automake
Accepting request 460256 from devel:tools:building
1 OBS-URL: https://build.opensuse.org/request/show/460256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/automake?expand=0&rev=44
This commit is contained in:
commit
3f10c4d7e4
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Index: lib/config.guess
|
Index: lib/config.guess
|
||||||
===================================================================
|
===================================================================
|
||||||
--- lib/config.guess.orig 2015-02-10 12:01:47.557016290 +0100
|
--- lib/config.guess.orig
|
||||||
+++ lib/config.guess 2015-02-10 12:05:32.791670816 +0100
|
+++ lib/config.guess
|
||||||
@@ -153,6 +153,16 @@ Linux|GNU|GNU/*)
|
@@ -153,6 +153,16 @@ Linux|GNU|GNU/*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -290,7 +290,8 @@ Index: lib/config.guess
|
|||||||
+ echo powerpcle-${VENDOR}-linux-${LIBC}
|
+ echo powerpcle-${VENDOR}-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
s390:Linux:*:* | s390x:Linux:*:*)
|
s390:Linux:*:* | s390x:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
- echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
||||||
|
+ echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
sh64*:Linux:*:*)
|
sh64*:Linux:*:*)
|
||||||
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||||
@ -447,3 +448,28 @@ Index: lib/config.guess
|
|||||||
exit ;;
|
exit ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Index: lib/config.sub
|
||||||
|
===================================================================
|
||||||
|
--- lib/config.sub.orig
|
||||||
|
+++ lib/config.sub
|
||||||
|
@@ -1058,12 +1058,18 @@ case $basic_machine in
|
||||||
|
rtpc | rtpc-*)
|
||||||
|
basic_machine=romp-ibm
|
||||||
|
;;
|
||||||
|
- s390 | s390-*)
|
||||||
|
+ s390)
|
||||||
|
basic_machine=s390-ibm
|
||||||
|
;;
|
||||||
|
- s390x | s390x-*)
|
||||||
|
+ s390-*)
|
||||||
|
+ basic_machine=s390-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
|
+ ;;
|
||||||
|
+ s390x)
|
||||||
|
basic_machine=s390x-ibm
|
||||||
|
;;
|
||||||
|
+ s390x-*)
|
||||||
|
+ basic_machine=s390x-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
|
+ ;;
|
||||||
|
sa29200)
|
||||||
|
basic_machine=a29k-amd
|
||||||
|
os=-udi
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package automake-testsuite
|
# spec file for package automake-testsuite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 10 07:34:09 UTC 2017 - bg@suse.com
|
||||||
|
|
||||||
|
- use vendor suse instead of IBM on s390x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 26 19:13:10 UTC 2016 - mpluskal@suse.com
|
Sun Jun 26 19:13:10 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package automake
|
# spec file for package automake
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user