mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Avoid compiling unneeded file in ld.so.
This commit is contained in:
parent
932ac045f0
commit
880113d91e
@ -1,3 +1,8 @@
|
||||
2010-07-27 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
|
||||
for ld.so.
|
||||
|
||||
2010-07-26 Roland McGrath <roland@redhat.com>
|
||||
|
||||
[BZ #11840]
|
||||
|
@ -1,3 +1,5 @@
|
||||
#define USE_SSSE3 1
|
||||
#define STRCMP __strcmp_ssse3
|
||||
#include "../strcmp.S"
|
||||
#ifndef NOT_IN_libc
|
||||
# define USE_SSSE3 1
|
||||
# define STRCMP __strcmp_ssse3
|
||||
# include "../strcmp.S"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user