Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
site-config
site-config.libdir3.biarch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File site-config.libdir3.biarch of Package site-config
# Try to detect cross-compilation to inferior architecture. # We are trying to guess 32-bit target compilation. It's not as easy as # it sounds, as there is possible several intermediate combinations. ac_config_site_cross_to_32bit_host=NONE # User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX: # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.) case "$CFLAGS $CXXFLAGS $CC $CXX" in *-m32*) ac_config_site_cross_to_32bit_host=YES ;; esac # Running with linux32: # (Changes detected platform, but not the toolchain target.) case "`/bin/uname -i`" in x86_64 | ppc64 | s390x | aarch64 ) ;; * ) ac_config_site_cross_to_32bit_host=YES ;; esac if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then ac_config_site_64bit_host=YES fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor