]> git.ipfire.org Git - thirdparty/glibc.git/blob - config.make.in
update from main archive 960814
[thirdparty/glibc.git] / config.make.in
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
4
5 # Installation prefixes.
6 prefix = @prefix@
7 exec_prefix = @exec_prefix@
8
9 # System configuration.
10 config-machine = @host_cpu@
11 base-machine = @base_machine@
12 config-vendor = @host_vendor@
13 config-os = @host_os@
14 config-sysdirs = @sysnames@
15
16 config-defines = @DEFS@
17
18 elf = @elf@
19 have-initfini = @libc_cv_have_initfini@
20
21 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
22
23 # Configuration options.
24 gnu-as = @gnu_as@
25 gnu-ld = @gnu_ld@
26 build-shared = @shared@
27 build-profile = @profile@
28 build-omitfp = @omitfp@
29 stdio = @stdio@
30 add-ons = @subdirs@
31
32 # Build tools.
33 CC = @CC@
34 BUILD_CC = @BUILD_CC@
35 CFLAGS = @CFLAGS@
36 AR = @AR@
37 RANLIB = @RANLIB@
38 AS = $(CC) -c
39
40 # Installation tools.
41 INSTALL = @INSTALL@
42 INSTALL_PROGRAM = @INSTALL_PROGRAM@
43 INSTALL_DATA = @INSTALL_DATA@
44 LN_S = @LN_S@
45 MSGFMT = @MSGFMT@
46
47 # More variables may be inserted below by configure.