forked from pool/linux-glibc-devel
Accepting request 155045 from Base:System
- Add asm_link for aarch64 OBS-URL: https://build.opensuse.org/request/show/155045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=33
This commit is contained in:
commit
950c748ecf
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 3 09:49:21 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
- Add asm_link for aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 21 03:57:05 UTC 2012 - jengelh@inai.de
|
Fri Dec 21 03:57:05 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linux-glibc-devel
|
# spec file for package linux-glibc-devel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products 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
|
||||||
@ -136,6 +136,7 @@ case "$(uname -m)" in
|
|||||||
parisc) asm_link=parisc ;;
|
parisc) asm_link=parisc ;;
|
||||||
*mips*) asm_link=mips ;;
|
*mips*) asm_link=mips ;;
|
||||||
sparc*) asm_link=sparc ;;
|
sparc*) asm_link=sparc ;;
|
||||||
|
aarch64) asm_link=arm64 ;;
|
||||||
*) asm_link=x86 ;;
|
*) asm_link=x86 ;;
|
||||||
esac
|
esac
|
||||||
if test -L usr/include/asm
|
if test -L usr/include/asm
|
||||||
@ -167,6 +168,7 @@ case "$(uname -m)" in
|
|||||||
parisc) asm_link=parisc ;;
|
parisc) asm_link=parisc ;;
|
||||||
*mips*) asm_link=mips ;;
|
*mips*) asm_link=mips ;;
|
||||||
sparc*) asm_link=sparc ;;
|
sparc*) asm_link=sparc ;;
|
||||||
|
aarch64) asm_link=arm64 ;;
|
||||||
*) asm_link=x86 ;;
|
*) asm_link=x86 ;;
|
||||||
esac
|
esac
|
||||||
ln -sfn asm-$asm_link usr/include/asm
|
ln -sfn asm-$asm_link usr/include/asm
|
||||||
|
Loading…
Reference in New Issue
Block a user