diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-28 14:25:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-28 14:25:42 -0700 |
commit | 18c9d62b9c575a54f26ca5aebeb03dd7322fc180 (patch) | |
tree | b2f22597956c015e5259cb947de32056281da4b6 /ChangeLog | |
parent | fb289bde9a171c5f7fbcd1230018562dc0bd8ded (diff) | |
download | glibc-18c9d62b9c575a54f26ca5aebeb03dd7322fc180.tar.gz glibc-18c9d62b9c575a54f26ca5aebeb03dd7322fc180.tar.xz glibc-18c9d62b9c575a54f26ca5aebeb03dd7322fc180.zip |
Make sparc's -fPIC addition to ASFLAGS-.os more robust.
* sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here.... * sysdeps/sparc/sparc32/Makefile: rather than here... * sysdeps/sparc/sparc64/Makefile: and here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 03b77954b3..9069eb338f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-28 David S. Miller <davem@davemloft.net> + + * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here.... + * sysdeps/sparc/sparc32/Makefile: rather than here... + * sysdeps/sparc/sparc64/Makefile: and here. + 2012-03-28 Ulrich Drepper <drepper@gmail.com> * malloc/mallocbug.c: Avoid warnings about unused variables. |