]> sourceware.org Git - glibc.git/blame - config.make.in
(moss): Fix previous change.
[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
RM
17elf = @elf@
18weak-symbols = @weak@
19have-initfini = @libc_cv_have_initfini@
20
424f8c09 21# Configuration options.
28f540f4
RM
22gnu-as = @gnu_as@
23gnu-ld = @gnu_ld@
ff3d7ed3
RM
24build-shared = @shared@
25build-profile = @profile@
26build-omitfp = @omitfp@
deab9dea 27stdio = @stdio@
28f540f4 28
424f8c09 29# Build tools.
28f540f4
RM
30CC = @CC@
31AR = @AR@
32RANLIB = @RANLIB@
ea03559a 33AS = $(CC) -c
28f540f4 34
424f8c09 35# Installation tools.
28f540f4
RM
36INSTALL = @INSTALL@
37INSTALL_PROGRAM = @INSTALL_PROGRAM@
38INSTALL_DATA = @INSTALL_DATA@
39
40# More variables may be inserted below by configure.
This page took 0.034832 seconds and 5 git commands to generate.