(SHT_GNU_LIBLIST): Added.
[glibc.git] / config.make.in
blob625e328bc8dcaf9dbdebae5aea17e9b6ec86d54d
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 version = @VERSION@
6 release = @RELEASE@
8 # Installation prefixes.
9 install_root =
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 datadir = @datadir@
13 libdir = @libdir@
14 slibdir = @libc_cv_slibdir@
15 localedir = @libc_cv_localedir@
16 sysconfdir = @libc_cv_sysconfdir@
17 libexecdir = @libexecdir@
18 rootsbindir = @libc_cv_rootsbindir@
19 infodir = @infodir@
21 # Should we use and build ldconfig?
22 use-ldconfig = @use_ldconfig@
24 # Maybe the `ldd' script must be rewritten.
25 ldd-rewrite-script = @ldd_rewrite_script@
27 # System configuration.
28 config-machine = @host_cpu@
29 base-machine = @base_machine@
30 config-vendor = @host_vendor@
31 config-os = @host_os@
32 config-sysdirs = @sysnames@
34 defines = @DEFINES@
35 sysincludes = @SYSINCLUDES@
36 all-warnings = @all_warnings@
38 elf = @elf@
39 have-protected = @libc_cv_asm_protected_directive@
40 have-z-nodelete = @libc_cv_z_nodelete@
41 have-z-nodlopen = @libc_cv_z_nodlopen@
42 have-z-initfirst = @libc_cv_z_initfirst@
43 have-z-combreloc = @libc_cv_z_combreloc@
44 have-initfini = @libc_cv_have_initfini@
45 have-Bgroup = @libc_cv_Bgroup@
46 need-nopic-initfini = @nopic_initfini@
47 with-cvs = @with_cvs@
48 old-glibc-headers = @old_glibc_headers@
50 versioning = @VERSIONING@
51 oldest-abi = @oldest_abi@
52 no-whole-archive = @no_whole_archive@
53 exceptions = @exceptions@
54 have_doors = @linux_doors@
56 have-bash2 = @libc_cv_have_bash2@
57 have-ksh = @libc_cv_have_ksh@
59 sizeof-long-double = @sizeof_long_double@
61 # Configuration options.
62 gnu-as = @gnu_as@
63 gnu-ld = @gnu_ld@
64 build-static = @static@
65 build-shared = @shared@
66 build-pic-default= @pic_default@
67 build-profile = @profile@
68 build-omitfp = @omitfp@
69 build-bounded = @bounded@
70 build-static-nss = @static_nss@
71 stdio = @stdio@
72 add-ons = @subdirs@
73 cross-compiling = @cross_compiling@
74 force-install = @force_install@
76 # Build tools.
77 CC = @CC@
78 BUILD_CC = @BUILD_CC@
79 CFLAGS = @CFLAGS@
80 AR = @AR@
81 RANLIB = @RANLIB@
82 MAKEINFO = @MAKEINFO@
83 AS = $(CC) -c
84 MIG = @MIG@
85 PWD_P = @PWD_P@
86 BISON = @BISON@
88 # Installation tools.
89 INSTALL = @INSTALL@
90 INSTALL_PROGRAM = @INSTALL_PROGRAM@
91 INSTALL_SCRIPT = @INSTALL_SCRIPT@
92 INSTALL_DATA = @INSTALL_DATA@
93 INSTALL_INFO = @INSTALL_INFO@
94 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
95 LN_S = @LN_S@
96 MSGFMT = @MSGFMT@
98 # Script execution tools.
99 BASH = @BASH@
100 KSH = @KSH@
101 AWK = @AWK@
102 PERL = @PERL@
104 # Additional libraries.
105 LIBGD = @LIBGD@
107 # More variables may be inserted below by configure.