From 6879ff199629fd36f3610f55227505636b017be0f403f0946e9c0b370a6eb865 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 10 Feb 2013 17:35:52 +0000 Subject: [PATCH] - Add asm_link for aarch64 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=63 --- linux-glibc-devel.changes | 5 +++++ linux-glibc-devel.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index 3104744..6c59a5b 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -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 diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index eee1d7e..11deed6 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -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