]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[thirdparty/glibc.git] / config.make.in
CommitLineData
28f540f4
RM
1# @configure_input@
2# From $Id$.
3# Don't edit this file. Put configuration parameters in configparms instead.
4
ff3d7ed3
RM
5# Installation prefixes.
6prefix = @prefix@
7exec_prefix = @exec_prefix@
8
9# System configuration.
28f540f4
RM
10config-machine = @host_cpu@
11config-vendor = @host_vendor@
12config-os = @host_os@
13config-sysdirs = @sysnames@
14
28f540f4 15config-defines = @DEFS@
ff3d7ed3 16
99a9e88e 17elf = @elf@
99a9e88e
RM
18have-initfini = @libc_cv_have_initfini@
19
a641835a
RM
20have-no-whole-archive = @libc_cv_ld_no_whole_archive@
21
424f8c09 22# Configuration options.
28f540f4
RM
23gnu-as = @gnu_as@
24gnu-ld = @gnu_ld@
ff3d7ed3
RM
25build-shared = @shared@
26build-profile = @profile@
27build-omitfp = @omitfp@
deab9dea 28stdio = @stdio@
28f540f4 29
424f8c09 30# Build tools.
28f540f4
RM
31CC = @CC@
32AR = @AR@
33RANLIB = @RANLIB@
ea03559a 34AS = $(CC) -c
28f540f4 35
424f8c09 36# Installation tools.
28f540f4
RM
37INSTALL = @INSTALL@
38INSTALL_PROGRAM = @INSTALL_PROGRAM@
39INSTALL_DATA = @INSTALL_DATA@
0e3426bb 40LN_S = @LN_S@
28f540f4
RM
41
42# More variables may be inserted below by configure.