use cross compiler ar (issue #166)

This commit is contained in:
Trammell Hudson 2017-04-07 11:19:44 -04:00
parent ea175466a0
commit 2b0b6f33c0
Failed to extract signature

View File

@ -9,6 +9,7 @@ dropbear_hash := 2720ea54ed009af812701bcc290a2a601d5c107d12993e5d92c0f5f81f71889
dropbear_configure := ./configure \
CC="$(heads_cc)" \
AR="$(CROSS)ar" \
--host i386-elf-linux \
--prefix "/" \