build: use config.site generated by autoconf-lean, drop hardcoded sitefiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		
				
					committed by
					
						
						Daniel Golle
					
				
			
			
				
	
			
			
			
						parent
						
							32c664ff02
						
					
				
				
					commit
					f439e29130
				
			
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@@ -82,12 +82,6 @@ endif
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# check prerequisites before starting to build
 | 
					# check prerequisites before starting to build
 | 
				
			||||||
prereq: $(target/stamp-prereq) tmp/.prereq_packages
 | 
					prereq: $(target/stamp-prereq) tmp/.prereq_packages
 | 
				
			||||||
	@if [ ! -f "$(INCLUDE_DIR)/site/$(ARCH)" ]; then \
 | 
					 | 
				
			||||||
		echo 'ERROR: Missing site config for architecture "$(ARCH)" !'; \
 | 
					 | 
				
			||||||
		echo '       The missing file will cause configure scripts to fail during compilation.'; \
 | 
					 | 
				
			||||||
		echo '       Please provide a "$(INCLUDE_DIR)/site/$(ARCH)" file and restart the build.'; \
 | 
					 | 
				
			||||||
		exit 1; \
 | 
					 | 
				
			||||||
	fi
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(BIN_DIR)/profiles.json: FORCE
 | 
					$(BIN_DIR)/profiles.json: FORCE
 | 
				
			||||||
	$(if $(CONFIG_JSON_OVERVIEW_IMAGE_INFO), \
 | 
						$(if $(CONFIG_JSON_OVERVIEW_IMAGE_INFO), \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -116,7 +116,7 @@ include $(INCLUDE_DIR)/autotools.mk
 | 
				
			|||||||
_pkg_target:=$(if $(QUILT),,.)
 | 
					_pkg_target:=$(if $(QUILT),,.)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
override MAKEFLAGS=
 | 
					override MAKEFLAGS=
 | 
				
			||||||
CONFIG_SITE:=$(INCLUDE_DIR)/site/$(ARCH)
 | 
					CONFIG_SITE:=$(TOOLCHAIN_DIR)/config.site
 | 
				
			||||||
CUR_MAKEFILE:=$(filter-out Makefile,$(firstword $(MAKEFILE_LIST)))
 | 
					CUR_MAKEFILE:=$(filter-out Makefile,$(firstword $(MAKEFILE_LIST)))
 | 
				
			||||||
SUBMAKE:=$(NO_TRACE_MAKE) $(if $(CUR_MAKEFILE),-f $(CUR_MAKEFILE))
 | 
					SUBMAKE:=$(NO_TRACE_MAKE) $(if $(CUR_MAKEFILE),-f $(CUR_MAKEFILE))
 | 
				
			||||||
PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig:$(STAGING_DIR)/usr/share/pkgconfig
 | 
					PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig:$(STAGING_DIR)/usr/share/pkgconfig
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=8
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=8
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,3 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/i486
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,3 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/i486
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@@ -1,78 +0,0 @@
 | 
				
			|||||||
ac_atomic_add=yes
 | 
					 | 
				
			||||||
ac_atomic_sub=yes
 | 
					 | 
				
			||||||
ac_cv_c_gettext_without_libintl=yes
 | 
					 | 
				
			||||||
ac_cv_c_long_double=no
 | 
					 | 
				
			||||||
ac_cv_conv_longlong_to_float=yes
 | 
					 | 
				
			||||||
ac_cv_file__dev_zero=yes
 | 
					 | 
				
			||||||
ac_cv_func___va_copy=no
 | 
					 | 
				
			||||||
ac_cv_func__exit=yes
 | 
					 | 
				
			||||||
ac_cv_func_bcopy=yes
 | 
					 | 
				
			||||||
ac_cv_func_bzero=yes
 | 
					 | 
				
			||||||
ac_cv_func_bcmp=yes
 | 
					 | 
				
			||||||
ac_cv_func_creal=yes
 | 
					 | 
				
			||||||
ac_cv_func_cimag=yes
 | 
					 | 
				
			||||||
ac_cv_func_fchmod=yes
 | 
					 | 
				
			||||||
ac_cv_func_getaddrinfo=yes
 | 
					 | 
				
			||||||
ac_cv_func_getcwd=yes
 | 
					 | 
				
			||||||
ac_cv_func_getdomainname=yes
 | 
					 | 
				
			||||||
ac_cv_func_getpgrp_void=yes
 | 
					 | 
				
			||||||
ac_cv_func_getpwuid_r=yes
 | 
					 | 
				
			||||||
ac_cv_func_gettimeofday=yes
 | 
					 | 
				
			||||||
ac_cv_func_index=yes
 | 
					 | 
				
			||||||
ac_cv_func_lstat_dereferences_slashed_symlink=yes
 | 
					 | 
				
			||||||
ac_cv_func_lstat_empty_string_bug=no
 | 
					 | 
				
			||||||
ac_cv_func_lstat=yes
 | 
					 | 
				
			||||||
ac_cv_func_malloc_0_nonnull=yes
 | 
					 | 
				
			||||||
ac_cv_func_malloc_works=yes
 | 
					 | 
				
			||||||
ac_cv_func_memcmp_clean=yes
 | 
					 | 
				
			||||||
ac_cv_func_memcmp_working=yes
 | 
					 | 
				
			||||||
ac_cv_func_posix_getgrgid_r=yes
 | 
					 | 
				
			||||||
ac_cv_func_posix_getpwuid_r=yes
 | 
					 | 
				
			||||||
ac_cv_func_psignal=yes
 | 
					 | 
				
			||||||
ac_cv_func_pthread_key_delete=yes
 | 
					 | 
				
			||||||
ac_cv_func_realloc_0_nonnull=yes
 | 
					 | 
				
			||||||
ac_cv_func_realloc_works=yes
 | 
					 | 
				
			||||||
ac_cv_func_rename=yes
 | 
					 | 
				
			||||||
ac_cv_func_rindex=yes
 | 
					 | 
				
			||||||
ac_cv_func_setlocale=yes
 | 
					 | 
				
			||||||
ac_cv_func_setgrent_void=yes
 | 
					 | 
				
			||||||
ac_cv_func_setpgrp_void=yes
 | 
					 | 
				
			||||||
ac_cv_func_setresuid=no
 | 
					 | 
				
			||||||
ac_cv_func_setvbuf_reversed=no
 | 
					 | 
				
			||||||
ac_cv_func_stat_empty_string_bug=no
 | 
					 | 
				
			||||||
ac_cv_func_stat_ignores_trailing_slash=no
 | 
					 | 
				
			||||||
ac_cv_func_strerror=yes
 | 
					 | 
				
			||||||
ac_cv_func_strftime=yes
 | 
					 | 
				
			||||||
ac_cv_func_utimes=yes
 | 
					 | 
				
			||||||
ac_cv_func___adjtimex=yes
 | 
					 | 
				
			||||||
ac_cv_func_va_copy=no
 | 
					 | 
				
			||||||
ac_cv_func_vsnprintf=yes
 | 
					 | 
				
			||||||
ac_cv_have_accrights_in_msghdr=no
 | 
					 | 
				
			||||||
ac_cv_have_broken_snprintf=no
 | 
					 | 
				
			||||||
ac_cv_have_control_in_msghdr=yes
 | 
					 | 
				
			||||||
ac_cv_have_decl_sys_siglist=no
 | 
					 | 
				
			||||||
ac_cv_have_openpty_ctty_bug=yes
 | 
					 | 
				
			||||||
ac_cv_have_space_d_name_in_struct_dirent=yes
 | 
					 | 
				
			||||||
ac_cv_header_netinet_sctp_h=no
 | 
					 | 
				
			||||||
ac_cv_header_netinet_sctp_uio_h=no
 | 
					 | 
				
			||||||
ac_cv_int64_t=yes
 | 
					 | 
				
			||||||
ac_cv_lbl_unaligned_fail=no
 | 
					 | 
				
			||||||
ac_cv_linux_kernel_pppoe=yes
 | 
					 | 
				
			||||||
ac_cv_linux_vers=2
 | 
					 | 
				
			||||||
ac_cv_pack_bitfields_reversed=yes
 | 
					 | 
				
			||||||
ac_cv_path_LDCONFIG=
 | 
					 | 
				
			||||||
ac_cv_regexec_segfault_emptystr=no
 | 
					 | 
				
			||||||
ac_cv_sctp=no
 | 
					 | 
				
			||||||
ac_cv_sys_restartable_syscalls=yes
 | 
					 | 
				
			||||||
ac_cv_time_r_type=POSIX
 | 
					 | 
				
			||||||
ac_cv_type_suseconds_t=yes
 | 
					 | 
				
			||||||
ac_cv_uchar=no
 | 
					 | 
				
			||||||
ac_cv_uint=yes
 | 
					 | 
				
			||||||
ac_cv_uint64_t=yes
 | 
					 | 
				
			||||||
ac_cv_ulong=yes
 | 
					 | 
				
			||||||
ac_cv_ushort=yes
 | 
					 | 
				
			||||||
ac_cv_va_copy=C99
 | 
					 | 
				
			||||||
ac_cv_va_val_copy=yes
 | 
					 | 
				
			||||||
as_cv_unaligned_access=yes
 | 
					 | 
				
			||||||
ac_cv_func_malloc_0_nonnull=yes
 | 
					 | 
				
			||||||
ac_cv_func_realloc_0_nonnull=yes
 | 
					 | 
				
			||||||
@@ -1,28 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=8
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=8
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,26 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_char_p=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_double=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_float=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_double=16
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_signed_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=8
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=4
 | 
					 | 
				
			||||||
@@ -1,30 +0,0 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					 | 
				
			||||||
. $TOPDIR/include/site/linux
 | 
					 | 
				
			||||||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
 | 
					 | 
				
			||||||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ac_cv_sizeof___int64=0
 | 
					 | 
				
			||||||
ac_cv_sizeof_char=1
 | 
					 | 
				
			||||||
ac_cv_sizeof_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_int=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_off_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_short_int=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_size_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_ssize_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_u_int64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint16_t=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint32_t=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_uint64_t=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_int=4
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_long_long=8
 | 
					 | 
				
			||||||
ac_cv_sizeof_unsigned_short=2
 | 
					 | 
				
			||||||
ac_cv_sizeof_void_p=8
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user