summaryrefslogtreecommitdiff
path: root/config.make.in
blob: 2af925da4842d102a7a72df3e44a79021c1f5898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# @configure_input@
# From $Id$.
# Don't edit this file.  Put configuration parameters in configparms instead.

# Installation prefixes.
prefix = @prefix@
exec_prefix = @exec_prefix@

# System configuration.
config-machine = @host_cpu@
config-vendor = @host_vendor@
config-os = @host_os@
config-sysdirs = @sysnames@

config-defines = @DEFS@

elf = @elf@
weak-symbols = @weak@
have-initfini = @libc_cv_have_initfini@

# Configuration options.
gnu-as = @gnu_as@
gnu-ld = @gnu_ld@
build-shared = @shared@
build-profile = @profile@
build-omitfp = @omitfp@
stdio = @stdio@

# Build tools.
CC = @CC@
AR = @AR@
RANLIB = @RANLIB@
AS = $(CC) -c

# Installation tools.
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@

# More variables may be inserted below by configure.