]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
Regenerated
[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
RM
5# Installation prefixes.
6prefix = @prefix@
7exec_prefix = @exec_prefix@
8
9# System configuration.
28f540f4 10config-machine = @host_cpu@
f0523145 11base-machine = @base_machine@
28f540f4
RM
12config-vendor = @host_vendor@
13config-os = @host_os@
14config-sysdirs = @sysnames@
15
28f540f4 16config-defines = @DEFS@
ff3d7ed3 17
99a9e88e 18elf = @elf@
99a9e88e
RM
19have-initfini = @libc_cv_have_initfini@
20
a641835a
RM
21have-no-whole-archive = @libc_cv_ld_no_whole_archive@
22
424f8c09 23# Configuration options.
28f540f4
RM
24gnu-as = @gnu_as@
25gnu-ld = @gnu_ld@
ff3d7ed3
RM
26build-shared = @shared@
27build-profile = @profile@
28build-omitfp = @omitfp@
deab9dea 29stdio = @stdio@
28f540f4 30
424f8c09 31# Build tools.
28f540f4 32CC = @CC@
6e86a7c2 33CFLAGS = @CFLAGS@
28f540f4
RM
34AR = @AR@
35RANLIB = @RANLIB@
ea03559a 36AS = $(CC) -c
28f540f4 37
424f8c09 38# Installation tools.
28f540f4
RM
39INSTALL = @INSTALL@
40INSTALL_PROGRAM = @INSTALL_PROGRAM@
41INSTALL_DATA = @INSTALL_DATA@
0e3426bb 42LN_S = @LN_S@
ce4d8b66 43MSGFMT = @MSGFMT@
28f540f4
RM
44
45# More variables may be inserted below by configure.