]> sourceware.org Git - glibc.git/blame - config.make.in
* sysdeps/i386/dl-machine.h (RTLD_START): Set __libc_stack_end before
[glibc.git] / config.make.in
CommitLineData
28f540f4
RM
1# @configure_input@
2# From $Id$.
3# Don't edit this file. Put configuration parameters in configparms instead.
4
ee74a442
UD
5version = @VERSION@
6release = @RELEASE@
7
ff3d7ed3 8# Installation prefixes.
8d57beea 9install_root =
ff3d7ed3
RM
10prefix = @prefix@
11exec_prefix = @exec_prefix@
778c59c8 12datadir = @datadir@
1c25bcac 13libdir = @libdir@
84384f5b 14slibdir = @libc_cv_slibdir@
a1d84548 15localedir = @libc_cv_localedir@
77259608 16sysconfdir = @libc_cv_sysconfdir@
6591c335 17libexecdir = @libexecdir@
8d57beea 18rootsbindir = @libc_cv_rootsbindir@
cf0fac8b 19infodir = @infodir@
25c751d0 20includedir = @includedir@
1ef32c3d 21
591e1ffb
UD
22# Should we use and build ldconfig?
23use-ldconfig = @use_ldconfig@
ff3d7ed3 24
cb343854
UD
25# Maybe the `ldd' script must be rewritten.
26ldd-rewrite-script = @ldd_rewrite_script@
27
ff3d7ed3 28# System configuration.
28f540f4 29config-machine = @host_cpu@
f0523145 30base-machine = @base_machine@
28f540f4
RM
31config-vendor = @host_vendor@
32config-os = @host_os@
33config-sysdirs = @sysnames@
34
33a934a3 35defines = @DEFINES@
dbe7a0f5 36sysincludes = @SYSINCLUDES@
6cc7d725 37all-warnings = @all_warnings@
ff3d7ed3 38
99a9e88e 39elf = @elf@
2d499f55 40have-protected = @libc_cv_asm_protected_directive@
0fb7851f 41have-z-nodelete = @libc_cv_z_nodelete@
2f54c82d 42have-z-nodlopen = @libc_cv_z_nodlopen@
5d916713 43have-z-initfirst = @libc_cv_z_initfirst@
f13df7c7 44have-z-combreloc = @libc_cv_z_combreloc@
2abf9ff1 45have-z-execstack = @libc_cv_z_execstack@
99a9e88e 46have-initfini = @libc_cv_have_initfini@
639c3248 47have-Bgroup = @libc_cv_Bgroup@
5ae3e846 48need-nopic-initfini = @nopic_initfini@
675322a5 49with-fp = @with_fp@
4d06461a 50with-cvs = @with_cvs@
a53bad16 51old-glibc-headers = @old_glibc_headers@
74bd2300 52unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
5241882c 53have-initfini-array = @libc_cv_initfinit_array@
073e82bf 54have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
7dbde9db 55enable-check-abi = @enable_check_abi@
bcd5f356 56have-forced-unwind = @libc_cv_forced_unwind@
74bd2300
UD
57
58static-libgcc = @libc_cv_gcc_static_libgcc@
99a9e88e 59
377a515b 60versioning = @VERSIONING@
deb7f0b4 61oldest-abi = @oldest_abi@
b17277cf 62no-whole-archive = @no_whole_archive@
dff14448 63exceptions = @exceptions@
7cabd57c 64have_doors = @linux_doors@
377a515b 65
61c83c3f
RM
66mach-interface-list = @mach_interface_list@
67
84384f5b 68have-bash2 = @libc_cv_have_bash2@
5290baf0 69have-ksh = @libc_cv_have_ksh@
a641835a 70
8ed1e7d5
GK
71sizeof-long-double = @sizeof_long_double@
72
424f8c09 73# Configuration options.
28f540f4
RM
74gnu-as = @gnu_as@
75gnu-ld = @gnu_ld@
650425ce 76build-static = @static@
ff3d7ed3 77build-shared = @shared@
cc3fa755 78build-pic-default= @pic_default@
ff3d7ed3
RM
79build-profile = @profile@
80build-omitfp = @omitfp@
5a97622d 81build-bounded = @bounded@
5107cf1d 82build-static-nss = @static_nss@
6b3a2224 83add-ons = @subdirs@
779ae82e 84cross-compiling = @cross_compiling@
73237de3 85force-install = @force_install@
28f540f4 86
424f8c09 87# Build tools.
28f540f4 88CC = @CC@
58a7a325 89CXX = @CXX@
072ebcef 90BUILD_CC = @BUILD_CC@
6e86a7c2 91CFLAGS = @CFLAGS@
35915ec8 92ASFLAGS-config = @ASFLAGS_config@
28f540f4
RM
93AR = @AR@
94RANLIB = @RANLIB@
04be94a8 95MAKEINFO = @MAKEINFO@
ea03559a 96AS = $(CC) -c
4bca4c17 97MIG = @MIG@
c218729d 98PWD_P = @PWD_P@
ae113383 99BISON = @BISON@
1400de2e 100AUTOCONF = @AUTOCONF@
6e3d59bc 101OBJDUMP = @OBJDUMP@
28f540f4 102
424f8c09 103# Installation tools.
28f540f4
RM
104INSTALL = @INSTALL@
105INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 106INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 107INSTALL_DATA = @INSTALL_DATA@
c0016081
UD
108INSTALL_INFO = @INSTALL_INFO@
109OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
0e3426bb 110LN_S = @LN_S@
ce4d8b66 111MSGFMT = @MSGFMT@
a2b08ee5
UD
112
113# Script execution tools.
84384f5b 114BASH = @BASH@
5290baf0 115KSH = @KSH@
5aa8ff62 116AWK = @AWK@
a2b08ee5 117PERL = @PERL@
28f540f4 118
c8f3e6db
UD
119# Additional libraries.
120LIBGD = @LIBGD@
121
28f540f4 122# More variables may be inserted below by configure.
This page took 0.186873 seconds and 5 git commands to generate.