diff options
author | midipix <writeonce@midipix.org> | 2021-06-23 15:07:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-23 15:10:45 +0000 |
commit | 3a49863ca35391c761da59205d1cf4a7dd0f691f (patch) | |
tree | 7ffeb233659a5d64c558f32d895a051fa1328084 /configure | |
parent | 7c24ed744dfa544fa53ae06238a6947c2ebde1da (diff) | |
download | sltdl-3a49863ca35391c761da59205d1cf4a7dd0f691f.tar.bz2 sltdl-3a49863ca35391c761da59205d1cf4a7dd0f691f.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 |