mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
binutils/gcc: Explicitely declare host and build architecture tuple
This will fix cross-compiling the toolchain which I broke before. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
fdb587deca
commit
c16a83df5a
@@ -70,6 +70,8 @@ else
|
||||
AR="$(CROSSTARGET)-ar" \
|
||||
RANLIB="$(CROSSTARGET)-ranlib"
|
||||
EXTRA_CONFIG = \
|
||||
--build=$(BUILDTARGET) \
|
||||
--host=$(BUILDTARGET) \
|
||||
--prefix=$(TOOLS_DIR) \
|
||||
--with-lib-path=$(TOOLS_DIR)/lib \
|
||||
--with-sysroot \
|
||||
|
||||
Reference in New Issue
Block a user