* elf/dl-load.c: Don't declare __libc_stack_end. * sysdeps/generic...
[glibc.git] / config.make.in
blobd4e09d97e3ec8676bb8fc4506e53215c6902f02d
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@
20 includedir = @includedir@
22 # Should we use and build ldconfig?
23 use-ldconfig = @use_ldconfig@
25 # Maybe the `ldd' script must be rewritten.
26 ldd-rewrite-script = @ldd_rewrite_script@
28 # System configuration.
29 config-machine = @host_cpu@
30 base-machine = @base_machine@
31 config-vendor = @host_vendor@
32 config-os = @host_os@
33 config-sysdirs = @sysnames@
35 defines = @DEFINES@
36 sysincludes = @SYSINCLUDES@
37 all-warnings = @all_warnings@
39 elf = @elf@
40 have-protected = @libc_cv_asm_protected_directive@
41 have-z-nodelete = @libc_cv_z_nodelete@
42 have-z-nodlopen = @libc_cv_z_nodlopen@
43 have-z-initfirst = @libc_cv_z_initfirst@
44 have-z-combreloc = @libc_cv_z_combreloc@
45 have-z-execstack = @libc_cv_z_execstack@
46 have-initfini = @libc_cv_have_initfini@
47 have-z-relro = @libc_cv_z_relro@
48 have-Bgroup = @libc_cv_Bgroup@
49 need-nopic-initfini = @nopic_initfini@
50 with-fp = @with_fp@
51 with-cvs = @with_cvs@
52 old-glibc-headers = @old_glibc_headers@
53 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
54 have-initfini-array = @libc_cv_initfinit_array@
55 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
56 enable-check-abi = @enable_check_abi@
57 have-forced-unwind = @libc_cv_forced_unwind@
58 have-fpie = @libc_cv_fpie@
59 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
60 fno-unit-at-a-time = @fno_unit_at_a_time@
62 static-libgcc = @libc_cv_gcc_static_libgcc@
64 versioning = @VERSIONING@
65 oldest-abi = @oldest_abi@
66 no-whole-archive = @no_whole_archive@
67 exceptions = @exceptions@
68 have_doors = @linux_doors@
70 mach-interface-list = @mach_interface_list@
72 have-bash2 = @libc_cv_have_bash2@
73 have-ksh = @libc_cv_have_ksh@
75 sizeof-long-double = @sizeof_long_double@
77 # Configuration options.
78 gnu-as = @gnu_as@
79 gnu-ld = @gnu_ld@
80 build-static = @static@
81 build-shared = @shared@
82 build-pic-default= @pic_default@
83 build-profile = @profile@
84 build-omitfp = @omitfp@
85 build-bounded = @bounded@
86 build-static-nss = @static_nss@
87 add-ons = @subdirs@
88 cross-compiling = @cross_compiling@
89 force-install = @force_install@
91 # Build tools.
92 CC = @CC@
93 CXX = @CXX@
94 BUILD_CC = @BUILD_CC@
95 CFLAGS = @CFLAGS@
96 ASFLAGS-config = @ASFLAGS_config@
97 AR = @AR@
98 RANLIB = @RANLIB@
99 MAKEINFO = @MAKEINFO@
100 AS = $(CC) -c
101 MIG = @MIG@
102 PWD_P = @PWD_P@
103 BISON = @BISON@
104 AUTOCONF = @AUTOCONF@
105 OBJDUMP = @OBJDUMP@
107 # Installation tools.
108 INSTALL = @INSTALL@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_INFO = @INSTALL_INFO@
113 LN_S = @LN_S@
114 MSGFMT = @MSGFMT@
116 # Script execution tools.
117 BASH = @BASH@
118 KSH = @KSH@
119 AWK = @AWK@
120 PERL = @PERL@
122 # Additional libraries.
123 LIBGD = @LIBGD@
125 # More variables may be inserted below by configure.