(M68*:*:R3V[567]*:*): Use uppercase 'M'.
[glibc.git] / config.make.in
blob8211b64b05f7a66c552a1b7c3daf96998bbba16f
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@
8 slibdir = @libc_cv_slibdir@
9 sysconfdir = @libc_cv_sysconfdir@
11 # System configuration.
12 config-machine = @host_cpu@
13 base-machine = @base_machine@
14 config-vendor = @host_vendor@
15 config-os = @host_os@
16 config-sysdirs = @sysnames@
18 defines = @DEFINES@ @USE_NEW_MALLOC@
20 elf = @elf@
21 have-initfini = @libc_cv_have_initfini@
23 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
24 have-no-exceptions = @libc_cv_gcc_no_exceptions@
25 have-bash2 = @libc_cv_have_bash2@
27 # Configuration options.
28 gnu-as = @gnu_as@
29 gnu-ld = @gnu_ld@
30 build-shared = @shared@
31 build-profile = @profile@
32 build-omitfp = @omitfp@
33 stdio = @stdio@
34 malloc = @malloc@
35 add-ons = @subdirs@
37 # Build tools.
38 CC = @CC@
39 BUILD_CC = @BUILD_CC@
40 CFLAGS = @CFLAGS@
41 AR = @AR@
42 RANLIB = @RANLIB@
43 AS = $(CC) -c
45 # Installation tools.
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 LN_S = @LN_S@
50 MSGFMT = @MSGFMT@
51 BASH = @BASH@
53 # More variables may be inserted below by configure.