diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-11-02 18:43:27 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-11-02 18:43:27 -0700 |
commit | f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59 (patch) | |
tree | ab3bc4ef52bcf81e57b10d0f72e614af61d3fa58 /stdlib/Makefile | |
parent | a68d0680f89b5f3639b30ec7955671d97e101e87 (diff) | |
download | glibc-f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59.zip glibc-f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59.tar.gz glibc-f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59.tar.bz2 |
Compile x86 rtld with -mno-sse -mno-mmx
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 57830a8..5e99d7f 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -20,7 +20,7 @@ # subdir := stdlib -headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h \ +headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h bits/stdlib-float.h \ monetary.h bits/monetary-ldbl.h \ inttypes.h stdint.h bits/wordsize.h \ errno.h sys/errno.h bits/errno.h \ |