]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
Regenerated
[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
RM
16
17# Configureation options.
28f540f4
RM
18gnu-as = @gnu_as@
19gnu-ld = @gnu_ld@
20elf = @elf@
21weak-symbols = @weak@
ff3d7ed3
RM
22build-shared = @shared@
23build-profile = @profile@
24build-omitfp = @omitfp@
28f540f4
RM
25
26CC = @CC@
27AR = @AR@
28RANLIB = @RANLIB@
29
30INSTALL = @INSTALL@
31INSTALL_PROGRAM = @INSTALL_PROGRAM@
32INSTALL_DATA = @INSTALL_DATA@
33
34# More variables may be inserted below by configure.