diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-01-14 20:16:05 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-01-14 20:17:15 +0100 |
commit | 9ba202c78f0aa39f49929eee63c367847da72ee4 (patch) | |
tree | e292ce37276d20fcefc97f5441bc1e4edd4d8368 /config.make.in | |
parent | b693d75f0c611bce9b0ad984bad306121d42c535 (diff) | |
download | glibc-9ba202c78f0aa39f49929eee63c367847da72ee4.tar glibc-9ba202c78f0aa39f49929eee63c367847da72ee4.tar.gz glibc-9ba202c78f0aa39f49929eee63c367847da72ee4.tar.bz2 glibc-9ba202c78f0aa39f49929eee63c367847da72ee4.zip |
Add --with-rtld-early-cflags configure option
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index e8630a8d0c..6d43e691f7 100644 --- a/config.make.in +++ b/config.make.in @@ -110,6 +110,7 @@ CFLAGS = @CFLAGS@ CPPFLAGS-config = @CPPFLAGS@ CPPUNDEFS = @CPPUNDEFS@ extra-nonshared-cflags = @extra_nonshared_cflags@ +rtld-early-cflags = @rtld_early_cflags@ ASFLAGS-config = @ASFLAGS_config@ AR = @AR@ NM = @NM@ |