]> sourceware.org Git - glibc.git/blob - config.make.in
Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[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 config-vendor = @host_vendor@
12 config-os = @host_os@
13 config-sysdirs = @sysnames@
14
15 config-defines = @DEFS@
16
17 elf = @elf@
18 have-initfini = @libc_cv_have_initfini@
19
20 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
21
22 # Configuration options.
23 gnu-as = @gnu_as@
24 gnu-ld = @gnu_ld@
25 build-shared = @shared@
26 build-profile = @profile@
27 build-omitfp = @omitfp@
28 stdio = @stdio@
29
30 # Build tools.
31 CC = @CC@
32 AR = @AR@
33 RANLIB = @RANLIB@
34 AS = $(CC) -c
35
36 # Installation tools.
37 INSTALL = @INSTALL@
38 INSTALL_PROGRAM = @INSTALL_PROGRAM@
39 INSTALL_DATA = @INSTALL_DATA@
40 LN_S = @LN_S@
41
42 # More variables may be inserted below by configure.
This page took 0.043365 seconds and 6 git commands to generate.