From 9ba202c78f0aa39f49929eee63c367847da72ee4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 14 Jan 2022 20:16:05 +0100 Subject: Add --with-rtld-early-cflags configure option Reviewed-by: H.J. Lu Reviewed-by: Carlos O'Donell --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') 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@ -- cgit 1.4.1