update from main archive 961109
[glibc.git] / config.make.in
blobc52910ea850563e493acca08b25fd6f725553d99
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 # Installation prefixes.
6 prefix = @prefix@
7 exec_prefix = @exec_prefix@
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@
16 defines = @DEFINES@
18 elf = @elf@
19 have-initfini = @libc_cv_have_initfini@
21 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
22 have-no-exceptions = @libc_cv_gcc_no_exceptions@
24 # Configuration options.
25 gnu-as = @gnu_as@
26 gnu-ld = @gnu_ld@
27 build-shared = @shared@
28 build-profile = @profile@
29 build-omitfp = @omitfp@
30 stdio = @stdio@
31 add-ons = @subdirs@
33 # Build tools.
34 CC = @CC@
35 BUILD_CC = @BUILD_CC@
36 CFLAGS = @CFLAGS@
37 AR = @AR@
38 RANLIB = @RANLIB@
39 AS = $(CC) -c
41 # Installation tools.
42 INSTALL = @INSTALL@
43 INSTALL_PROGRAM = @INSTALL_PROGRAM@
44 INSTALL_DATA = @INSTALL_DATA@
45 LN_S = @LN_S@
46 MSGFMT = @MSGFMT@
48 # More variables may be inserted below by configure.