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