Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[glibc.git] / config.make.in
blob50571745d06ff4f5de3bf740ced5dcc8730871b8
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 have-initfini = @libc_cv_have_initfini@
20 # Configuration options.
21 gnu-as = @gnu_as@
22 gnu-ld = @gnu_ld@
23 build-shared = @shared@
24 build-profile = @profile@
25 build-omitfp = @omitfp@
26 stdio = @stdio@
28 # Build tools.
29 CC = @CC@
30 AR = @AR@
31 RANLIB = @RANLIB@
32 AS = $(CC) -c
34 # Installation tools.
35 INSTALL = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
39 # More variables may be inserted below by configure.