Sun Dec 17 15:56:35 1995 Miles Bader <miles@gnu.ai.mit.edu>
[glibc.git] / config.make.in
blob2af925da4842d102a7a72df3e44a79021c1f5898
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 config-vendor = @host_vendor@
12 config-os = @host_os@
13 config-sysdirs = @sysnames@
15 config-defines = @DEFS@
17 elf = @elf@
18 weak-symbols = @weak@
19 have-initfini = @libc_cv_have_initfini@
21 # Configuration options.
22 gnu-as = @gnu_as@
23 gnu-ld = @gnu_ld@
24 build-shared = @shared@
25 build-profile = @profile@
26 build-omitfp = @omitfp@
27 stdio = @stdio@
29 # Build tools.
30 CC = @CC@
31 AR = @AR@
32 RANLIB = @RANLIB@
33 AS = $(CC) -c
35 # Installation tools.
36 INSTALL = @INSTALL@
37 INSTALL_PROGRAM = @INSTALL_PROGRAM@
38 INSTALL_DATA = @INSTALL_DATA@
40 # More variables may be inserted below by configure.