diff options
author | midipix <writeonce@midipix.org> | 2021-06-23 15:07:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-23 15:10:42 +0000 |
commit | 0b1de5501abe800a8c363b685ed41fe7061d2938 (patch) | |
tree | 99f0814aff059ef7e4c3e9f56dd6c14e84a40b45 | |
parent | 3b1153eb545cb3a5445061b8af12647bd77ed6bb (diff) | |
download | bfirm-0b1de5501abe800a8c363b685ed41fe7061d2938.tar.bz2 bfirm-0b1de5501abe800a8c363b685ed41fe7061d2938.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 |