aboutsummaryrefslogtreecommitdiff
path: root/.file-metadata
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2020-06-18 10:07:57 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-06-18 17:50:07 +0100
commit3a8522600361a7ba8acc1239439f823452b691e3 (patch)
tree7b407936836be9cf39a12bd60d50ba77269f794a /.file-metadata
parent95058143cdb188cec36a9d6d0294a1610bc6164a (diff)
Fixed small bug that was introduced four commits ago
In Commit 105467fe6402 (Software tarballs are downloaded even if not built), we introduced tests to download the tarballs of software even if they don't need to be built on the respective host. However some small typos in the checks existed that could cause a crash on macOS. In particular in the building of PatchELF and libbsd we had forgot to add the necessary 'x' before the 'yes' in the conditional to check if a we are on macOS or not. With this commit these two checks have been corrected. Also, in the building of 'isl' and 'mpc', we now check for 'host_cc' (signifying that the user wants to use their host C compiler for the high-level step) instead of 'on_mac_os'. The reason is that even on non-macOS systems, a user may not want to build the C compiler from scratch and use the '--host-cc' option. In such cases, they don't need to compile 'isl' and 'mpc'.
Diffstat (limited to '.file-metadata')
-rw-r--r--.file-metadatabin9121 -> 8865 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/.file-metadata b/.file-metadata
index 3a4122f..c5363f0 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ