diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-22 16:00:50 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-24 13:13:46 -0700 |
commit | c14874927b499ddfdbb03745bb32bfc778b8595f (patch) | |
tree | a07ace4f46694be67780cdf4765044f80ac4f729 /Makeconfig | |
parent | d6c33fda03457ca8ca87a562fa2681af16ca4ea5 (diff) | |
download | glibc-c14874927b499ddfdbb03745bb32bfc778b8595f.tar.gz glibc-c14874927b499ddfdbb03745bb32bfc778b8595f.tar.xz glibc-c14874927b499ddfdbb03745bb32bfc778b8595f.zip |
syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig index 3a09764dfa..b4b2963d00 100644 --- a/Makeconfig +++ b/Makeconfig @@ -720,6 +720,10 @@ CFLAGS-.op = -pg libtype.op = lib%_p.a endif +# Convenience variable for when we want to treat shared-library cases +# differently from the rest. +object-suffixes-noshared := $(filter-out .os,$(object-suffixes)) + bppfx = BP- ifeq (yes,$(build-bounded)) # Under --enable-bounded, we build the library with `-fbounded-pointers -g' |