diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-08-07 09:53:56 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-08-07 09:53:56 +0200 |
commit | 86955bf62e5690f65995ee8055b1ed529f80842b (patch) | |
tree | c5cba89f3adf46eae2b8d800f61c378e8871de9f /math | |
parent | be144ba68c918a5d7bc964be06fbeb51a0df84fc (diff) | |
download | glibc-86955bf62e5690f65995ee8055b1ed529f80842b.tar.gz glibc-86955bf62e5690f65995ee8055b1ed529f80842b.tar.xz glibc-86955bf62e5690f65995ee8055b1ed529f80842b.zip |
Fix sysdeps/i386/fpu/s_scalbn.S build
* math/Versions (libc: GLIBC_2_22): New (empty) version set.
Diffstat (limited to 'math')
-rw-r--r-- | math/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/Versions b/math/Versions index 513ab14244..5ab91238bd 100644 --- a/math/Versions +++ b/math/Versions @@ -29,6 +29,8 @@ libc { # s* scalbln; scalblnf; scalblnl; } + GLIBC_2.22 { + } } libm { |