summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-23 15:07:51 +0000
committermidipix <writeonce@midipix.org>2021-06-23 15:10:44 +0000
commit80838f6083263900078b5c36f8adf060b5f8c9c9 (patch)
tree5b4f39f245970f5ad2bc1130298e2bfd5d6569d6
parenteb4a23f6146c67b6a7b3a9c7534053ccf3e5e3bf (diff)
downloadsbmake-80838f6083263900078b5c36f8adf060b5f8c9c9.tar.bz2
sbmake-80838f6083263900078b5c36f8adf060b5f8c9c9.tar.xz
build system: configure: config_ccenv(): relax the --sysroot requirement.
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 033f89c..e79d154 100755
--- a/configure
+++ b/configure
@@ -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