- Add asm_link for aarch64

OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=63
This commit is contained in:
Dirk Mueller 2013-02-10 17:35:52 +00:00 committed by Git OBS Bridge
parent d74587338a
commit 6879ff1996
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -136,6 +136,7 @@ case "$(uname -m)" in
parisc) asm_link=parisc ;;
*mips*) asm_link=mips ;;
sparc*) asm_link=sparc ;;
aarch64) asm_link=arm64 ;;
*) asm_link=x86 ;;
esac
if test -L usr/include/asm
@ -167,6 +168,7 @@ case "$(uname -m)" in
parisc) asm_link=parisc ;;
*mips*) asm_link=mips ;;
sparc*) asm_link=sparc ;;
aarch64) asm_link=arm64 ;;
*) asm_link=x86 ;;
esac
ln -sfn asm-$asm_link usr/include/asm