mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
ff3d7ed36a
--enable-shared, --enable-profile, --enable-omitfp; pass settings through to config.make. * config.make.in (build-shared, build-profile, build-omitfp): New config vars.
35 lines
692 B
Plaintext
35 lines
692 B
Plaintext
# @configure_input@
|
|
# From $Id$.
|
|
# Don't edit this file. Put configuration parameters in configparms instead.
|
|
|
|
# Installation prefixes.
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
# System configuration.
|
|
config-machine = @host_cpu@
|
|
config-vendor = @host_vendor@
|
|
config-os = @host_os@
|
|
config-sysdirs = @sysnames@
|
|
|
|
config-defines = @DEFS@
|
|
|
|
# Configureation options.
|
|
gnu-as = @gnu_as@
|
|
gnu-ld = @gnu_ld@
|
|
elf = @elf@
|
|
weak-symbols = @weak@
|
|
build-shared = @shared@
|
|
build-profile = @profile@
|
|
build-omitfp = @omitfp@
|
|
|
|
CC = @CC@
|
|
AR = @AR@
|
|
RANLIB = @RANLIB@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
# More variables may be inserted below by configure.
|