1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

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

View File

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