[PATCH 10/13] Move sysdeps/sparc/{,sparc32,sparc64}/elf files

David Miller davem@davemloft.net
Fri Mar 23 19:43:00 GMT 2012


From: Andreas Jaeger <aj@suse.de>
Date: Fri, 23 Mar 2012 17:37:30 +0100

> diff --git a/sysdeps/sparc/sparc64/Makefile b/sysdeps/sparc/sparc64/Makefile
> index 2b7b830..8f8a36d 100644
> --- a/sysdeps/sparc/sparc64/Makefile
> +++ b/sysdeps/sparc/sparc64/Makefile
> @@ -15,3 +15,6 @@ 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

This new assignment clobbers the carefully set values made
above.



More information about the Libc-alpha mailing list