mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
use our cross compiler ar, not /usr/bin/ar (issue #166)
This commit is contained in:
parent
727e2fbc56
commit
2b55d8bcf8
@ -10,6 +10,7 @@ lvm2_hash := 23a3d1cddd41b3ef51812ebf83e9fa491f502fe74130d4263be327a91914660d
|
||||
# so we force it via the configure cache.
|
||||
lvm2_configure := \
|
||||
CC="$(heads_cc)" \
|
||||
AR="$(CROSS)ar" \
|
||||
ac_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes \
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user