diff options
author | Stan Shebs <stanshebs@google.com> | 2018-01-19 12:41:15 -0800 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2018-01-19 12:41:15 -0800 |
commit | d555ce07f4d2a8dc65391caba55c3e72f0de754d (patch) | |
tree | 0af4fc0d1c47b78979813a3476a8a7f8513b884a /config.h.in | |
parent | f555d1a9b769e1cef90e025367d90112f6361c04 (diff) | |
download | glibc-d555ce07f4d2a8dc65391caba55c3e72f0de754d.tar.gz |
Add --with-clang and --disable-float128 options to toplevel configury
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b0b7cf26cb..9d0f5355ba 100644 --- a/config.h.in +++ b/config.h.in @@ -174,6 +174,8 @@ /* Define if the linker defines __ehdr_start. */ #undef HAVE_EHDR_START +#define WANT_FLOAT128 0 + /* */ |