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 --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 331d405..a9dc12f 100644 --- a/INSTALL +++ b/INSTALL @@ -106,6 +106,14 @@ if 'CFLAGS' is specified it must enable optimization. For example: particular case and potentially change debugging information and metadata only). +'--with-rtld-early-cflags=CFLAGS' + Use additional compiler flags CFLAGS to build the early startup + code of the dynamic linker. These flags can be used to enable + early dynamic linker diagnostics to run on CPUs which are not + compatible with the rest of the GNU C Library, for example, due to + compiler flags which target a later instruction set architecture + (ISA). + '--with-timeoutfactor=NUM' Specify an integer NUM to scale the timeout of test programs. This factor can be changed at run time using 'TIMEOUTFACTOR' environment -- cgit v1.1