]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
update from main archive 970124
[thirdparty/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
ff3d7ed3 5# Installation prefixes.
8d57beea 6install_root =
ff3d7ed3
RM
7prefix = @prefix@
8exec_prefix = @exec_prefix@
84384f5b
UD
9slibdir = @libc_cv_slibdir@
10sysconfdir = @libc_cv_sysconfdir@
8d57beea 11rootsbindir = @libc_cv_rootsbindir@
1ef32c3d
UD
12
13# If ldconfig exists. This will go away as soon as `ldconfig' is available
14# in GNU libc.
15has-ldconfig = @has_ldconfig@
ff3d7ed3
RM
16
17# System configuration.
28f540f4 18config-machine = @host_cpu@
f0523145 19base-machine = @base_machine@
28f540f4
RM
20config-vendor = @host_vendor@
21config-os = @host_os@
22config-sysdirs = @sysnames@
23
feb3c934 24defines = @DEFINES@ @USE_NEW_MALLOC@
ff3d7ed3 25
99a9e88e 26elf = @elf@
99a9e88e
RM
27have-initfini = @libc_cv_have_initfini@
28
a641835a 29have-no-whole-archive = @libc_cv_ld_no_whole_archive@
b236e99d 30have-no-exceptions = @libc_cv_gcc_no_exceptions@
84384f5b 31have-bash2 = @libc_cv_have_bash2@
5290baf0 32have-ksh = @libc_cv_have_ksh@
a641835a 33
424f8c09 34# Configuration options.
28f540f4
RM
35gnu-as = @gnu_as@
36gnu-ld = @gnu_ld@
ff3d7ed3
RM
37build-shared = @shared@
38build-profile = @profile@
39build-omitfp = @omitfp@
deab9dea 40stdio = @stdio@
f65fd747 41malloc = @malloc@
6b3a2224 42add-ons = @subdirs@
28f540f4 43
424f8c09 44# Build tools.
28f540f4 45CC = @CC@
072ebcef 46BUILD_CC = @BUILD_CC@
6e86a7c2 47CFLAGS = @CFLAGS@
28f540f4
RM
48AR = @AR@
49RANLIB = @RANLIB@
ea03559a 50AS = $(CC) -c
28f540f4 51
424f8c09 52# Installation tools.
28f540f4
RM
53INSTALL = @INSTALL@
54INSTALL_PROGRAM = @INSTALL_PROGRAM@
55INSTALL_DATA = @INSTALL_DATA@
0e3426bb 56LN_S = @LN_S@
ce4d8b66 57MSGFMT = @MSGFMT@
84384f5b 58BASH = @BASH@
5290baf0 59KSH = @KSH@
28f540f4
RM
60
61# More variables may be inserted below by configure.