config-defines = @DEFS@
+elf = @elf@
+have-initfini = @libc_cv_have_initfini@
+
# Configuration options.
gnu-as = @gnu_as@
gnu-ld = @gnu_ld@
-elf = @elf@
-weak-symbols = @weak@
build-shared = @shared@
build-profile = @profile@
build-omitfp = @omitfp@
+stdio = @stdio@
# Build tools.
CC = @CC@
AR = @AR@
RANLIB = @RANLIB@
+AS = $(CC) -c
# Installation tools.
INSTALL = @INSTALL@