Fix sparc64/elf merge

* sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
have-as-vis3 check.
This commit is contained in:
David S. Miller 2012-03-28 09:29:20 +02:00 committed by Andreas Jaeger
parent 8cd23080c4
commit 39197fb03f
1 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,9 @@ ifeq ($(subdir),string)
sysdep_routines += align-cpy
endif
# The assembler on SPARC needs the -fPIC flag even when it's assembler code.
ASFLAGS-.os = -fPIC
ifeq ($(have-as-vis3),yes)
ASFLAGS-.o += -Wa,-Av9d
ASFLAGS-.os += -Wa,-Av9d
@ -15,6 +18,3 @@ ASFLAGS-.og += -Wa,-Av9d
ASFLAGS-.ob += -Wa,-Av9d
ASFLAGS-.oS += -Wa,-Av9d
endif
# The assembler on SPARC needs the -fPIC flag even when it's assembler code.
ASFLAGS-.os = -fPIC