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