This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]