]> sourceware.org Git - glibc.git/blame - config.make.in
Update.
[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@
1ef32c3d 20
591e1ffb
UD
21# Should we use and build ldconfig?
22use-ldconfig = @use_ldconfig@
ff3d7ed3 23
cb343854
UD
24# Maybe the `ldd' script must be rewritten.
25ldd-rewrite-script = @ldd_rewrite_script@
26
ff3d7ed3 27# System configuration.
28f540f4 28config-machine = @host_cpu@
f0523145 29base-machine = @base_machine@
28f540f4
RM
30config-vendor = @host_vendor@
31config-os = @host_os@
32config-sysdirs = @sysnames@
33
33a934a3 34defines = @DEFINES@
dbe7a0f5 35sysincludes = @SYSINCLUDES@
6cc7d725 36all-warnings = @all_warnings@
ff3d7ed3 37
99a9e88e 38elf = @elf@
2d499f55 39have-protected = @libc_cv_asm_protected_directive@
0fb7851f 40have-z-nodelete = @libc_cv_z_nodelete@
2f54c82d 41have-z-nodlopen = @libc_cv_z_nodlopen@
5d916713 42have-z-initfirst = @libc_cv_z_initfirst@
f13df7c7 43have-z-combreloc = @libc_cv_z_combreloc@
99a9e88e 44have-initfini = @libc_cv_have_initfini@
639c3248 45have-Bgroup = @libc_cv_Bgroup@
5ae3e846 46need-nopic-initfini = @nopic_initfini@
675322a5 47with-fp = @with_fp@
4d06461a 48with-cvs = @with_cvs@
a53bad16 49old-glibc-headers = @old_glibc_headers@
74bd2300 50unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
5241882c 51have-initfini-array = @libc_cv_initfinit_array@
74bd2300
UD
52
53static-libgcc = @libc_cv_gcc_static_libgcc@
99a9e88e 54
377a515b 55versioning = @VERSIONING@
deb7f0b4 56oldest-abi = @oldest_abi@
b17277cf 57no-whole-archive = @no_whole_archive@
dff14448 58exceptions = @exceptions@
7cabd57c 59have_doors = @linux_doors@
377a515b 60
61c83c3f
RM
61mach-interface-list = @mach_interface_list@
62
84384f5b 63have-bash2 = @libc_cv_have_bash2@
5290baf0 64have-ksh = @libc_cv_have_ksh@
a641835a 65
8ed1e7d5
GK
66sizeof-long-double = @sizeof_long_double@
67
424f8c09 68# Configuration options.
28f540f4
RM
69gnu-as = @gnu_as@
70gnu-ld = @gnu_ld@
650425ce 71build-static = @static@
ff3d7ed3 72build-shared = @shared@
cc3fa755 73build-pic-default= @pic_default@
ff3d7ed3
RM
74build-profile = @profile@
75build-omitfp = @omitfp@
5a97622d 76build-bounded = @bounded@
5107cf1d 77build-static-nss = @static_nss@
6b3a2224 78add-ons = @subdirs@
779ae82e 79cross-compiling = @cross_compiling@
73237de3 80force-install = @force_install@
28f540f4 81
424f8c09 82# Build tools.
28f540f4 83CC = @CC@
072ebcef 84BUILD_CC = @BUILD_CC@
6e86a7c2 85CFLAGS = @CFLAGS@
28f540f4
RM
86AR = @AR@
87RANLIB = @RANLIB@
04be94a8 88MAKEINFO = @MAKEINFO@
ea03559a 89AS = $(CC) -c
4bca4c17 90MIG = @MIG@
c218729d 91PWD_P = @PWD_P@
ae113383 92BISON = @BISON@
28f540f4 93
424f8c09 94# Installation tools.
28f540f4
RM
95INSTALL = @INSTALL@
96INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 97INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 98INSTALL_DATA = @INSTALL_DATA@
c0016081
UD
99INSTALL_INFO = @INSTALL_INFO@
100OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
0e3426bb 101LN_S = @LN_S@
ce4d8b66 102MSGFMT = @MSGFMT@
a2b08ee5
UD
103
104# Script execution tools.
84384f5b 105BASH = @BASH@
5290baf0 106KSH = @KSH@
5aa8ff62 107AWK = @AWK@
a2b08ee5 108PERL = @PERL@
28f540f4 109
c8f3e6db
UD
110# Additional libraries.
111LIBGD = @LIBGD@
112
28f540f4 113# More variables may be inserted below by configure.
This page took 0.14663 seconds and 5 git commands to generate.