From dbe7a0f5de17e8fa52ec6d2c9356796ef19af7c8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Apr 1998 18:05:52 +0000 Subject: Update. 1998-04-07 Ulrich Drepper * configure.in: Recognize --with-headers flag and determine commandline options to be used in compilation. * Makeconfig (+includes): Use $(sysincludes). * config.make.in (sysincludes): Define from SYSINCLUDES. * glibcbug.in: Use SYSINCLUDES information. Patches by Zack Weinberg. * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main. * sysdeps/sparc/sparc64/elf/start.S: Likewise. --- 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 27d1e6e..6fc1c95 100644 --- a/config.make.in +++ b/config.make.in @@ -26,6 +26,7 @@ config-os = @host_os@ config-sysdirs = @sysnames@ defines = @DEFINES@ +sysincludes = @SYSINCLUDES@ elf = @elf@ have-initfini = @libc_cv_have_initfini@ -- cgit v1.1