diff options
author | midipix <writeonce@midipix.org> | 2021-06-23 15:07:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-23 15:10:43 +0000 |
commit | d80ac4c7b94eb2dd61b8e51dde5ec5dbe17e809d (patch) | |
tree | d8c41dfa1a27f099c1c62715bd4ea55271d8ff81 | |
parent | eb8a485850e533d58a0a6a53c9871e6a74810aed (diff) | |
download | mdso-d80ac4c7b94eb2dd61b8e51dde5ec5dbe17e809d.tar.bz2 mdso-d80ac4c7b94eb2dd61b8e51dde5ec5dbe17e809d.tar.xz |
build system: configure: config_ccenv(): relax the --sysroot requirement.
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -840,10 +840,6 @@ config_ccenv() error_msg "${mb_pretty} or otherwise by setting the NATIVE_CC environment variable to '$ccenv_host_cc'," error_msg "${mb_pretty} however that should almost never be necessary; then again," error_msg "${mb_pretty} forcing native mode when cross-building is strictly prohibited." - - error_msg ' !!' - error_msg "$mb_package: error: --sysroot is required when cross-compiling." - exit 2 fi # add the include and library directories to the compiler and linker search path |