mirror of git://sourceware.org/git/glibc.git
				
				
				
			
		
			
				
	
	
		
			47 lines
		
	
	
		
			934 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			934 B
		
	
	
	
		
			Plaintext
		
	
	
	
# @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@
 | 
						|
base-machine = @base_machine@
 | 
						|
config-vendor = @host_vendor@
 | 
						|
config-os = @host_os@
 | 
						|
config-sysdirs = @sysnames@
 | 
						|
 | 
						|
config-defines = @DEFS@
 | 
						|
 | 
						|
elf = @elf@
 | 
						|
have-initfini = @libc_cv_have_initfini@
 | 
						|
 | 
						|
have-no-whole-archive = @libc_cv_ld_no_whole_archive@
 | 
						|
 | 
						|
# 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@
 | 
						|
BUILD_CC = @BUILD_CC@
 | 
						|
CFLAGS = @CFLAGS@
 | 
						|
AR = @AR@
 | 
						|
RANLIB = @RANLIB@
 | 
						|
AS = $(CC) -c
 | 
						|
 | 
						|
# Installation tools.
 | 
						|
INSTALL = @INSTALL@
 | 
						|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 | 
						|
INSTALL_DATA = @INSTALL_DATA@
 | 
						|
LN_S = @LN_S@
 | 
						|
MSGFMT = @MSGFMT@
 | 
						|
 | 
						|
# More variables may be inserted below by configure.
 |