(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / config.make.in
blob81cb95b77f42ead7ab920d1f1995a9eb68325a3f
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 have-as-needed = @libc_cv_as_needed@
50 libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
51 need-nopic-initfini = @nopic_initfini@
52 with-fp = @with_fp@
53 with-cvs = @with_cvs@
54 old-glibc-headers = @old_glibc_headers@
55 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
56 have-initfini-array = @libc_cv_initfinit_array@
57 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
58 enable-check-abi = @enable_check_abi@
59 have-forced-unwind = @libc_cv_forced_unwind@
60 have-fpie = @libc_cv_fpie@
61 have-selinux = @have_selinux@
62 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
63 fno-unit-at-a-time = @fno_unit_at_a_time@
64 bind-now = @bindnow@
66 static-libgcc = @libc_cv_gcc_static_libgcc@
68 versioning = @VERSIONING@
69 oldest-abi = @oldest_abi@
70 no-whole-archive = @no_whole_archive@
71 exceptions = @exceptions@
72 have_doors = @linux_doors@
74 mach-interface-list = @mach_interface_list@
76 have-bash2 = @libc_cv_have_bash2@
77 have-ksh = @libc_cv_have_ksh@
79 sizeof-long-double = @sizeof_long_double@
81 # Configuration options.
82 gnu-as = @gnu_as@
83 gnu-ld = @gnu_ld@
84 build-static = @static@
85 build-shared = @shared@
86 build-pic-default= @pic_default@
87 build-profile = @profile@
88 build-omitfp = @omitfp@
89 build-bounded = @bounded@
90 build-static-nss = @static_nss@
91 add-ons = @add_ons@
92 cross-compiling = @cross_compiling@
93 force-install = @force_install@
95 # Build tools.
96 CC = @CC@
97 CXX = @CXX@
98 BUILD_CC = @BUILD_CC@
99 CFLAGS = @CFLAGS@
100 ASFLAGS-config = @ASFLAGS_config@
101 AR = @AR@
102 RANLIB = @RANLIB@
103 MAKEINFO = @MAKEINFO@
104 AS = $(CC) -c
105 MIG = @MIG@
106 PWD_P = @PWD_P@
107 BISON = @BISON@
108 AUTOCONF = @AUTOCONF@
109 OBJDUMP = @OBJDUMP@
111 # Installation tools.
112 INSTALL = @INSTALL@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_DATA = @INSTALL_DATA@
116 INSTALL_INFO = @INSTALL_INFO@
117 LN_S = @LN_S@
118 MSGFMT = @MSGFMT@
120 # Script execution tools.
121 BASH = @BASH@
122 KSH = @KSH@
123 AWK = @AWK@
124 PERL = @PERL@
126 # Additional libraries.
127 LIBGD = @LIBGD@
129 # More variables may be inserted below by configure.