diff options
author | midipix <writeonce@midipix.org> | 2021-06-23 15:07:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-23 15:07:51 +0000 |
commit | 08974d3a1cb1cabb2b8372996de2e8e6faf57f75 (patch) | |
tree | 0d05f30cae66358a0877bcfe42b2db73faee314b /configure | |
parent | 2bf8a0915b95d92e177ed6e239dae9d1fe66d22c (diff) | |
download | slibtool-08974d3a1cb1cabb2b8372996de2e8e6faf57f75.tar.bz2 slibtool-08974d3a1cb1cabb2b8372996de2e8e6faf57f75.tar.xz |
build system: configure: config_ccenv(): relax the --sysroot requirement.
Diffstat (limited to 'configure')
-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 |