6
0

Accepting request 202696 from home:Andreas_Schwab:Factory

- Don't remove asm-m68k, make link for m68k

OBS-URL: https://build.opensuse.org/request/show/202696
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=72
This commit is contained in:
2013-10-09 15:02:51 +00:00
committed by Git OBS Bridge
parent ca211a71ba
commit fb45827bec
4 changed files with 9 additions and 3 deletions

View File

@@ -137,6 +137,7 @@ case "$(uname -m)" in
*mips*) asm_link=mips ;;
sparc*) asm_link=sparc ;;
aarch64) asm_link=arm64 ;;
m68k) asm_link=m68k ;;
*) asm_link=x86 ;;
esac
if test -L usr/include/asm
@@ -169,6 +170,7 @@ case "$(uname -m)" in
*mips*) asm_link=mips ;;
sparc*) asm_link=sparc ;;
aarch64) asm_link=arm64 ;;
m68k) asm_link=m68k ;;
*) asm_link=x86 ;;
esac
ln -sfn asm-$asm_link usr/include/asm