1
0

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:
Stephan Kulow 2013-02-11 10:04:58 +00:00 committed by Git OBS Bridge
commit 950c748ecf
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 Fri Dec 21 03:57:05 UTC 2012 - jengelh@inai.de

View File

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