contrib: fix bin2c compilation when crosscompiling x86_64 on arm64.
This commit is contained in:
parent
1568bbfe27
commit
a45c5d053c
@ -4,6 +4,7 @@ $(eval $(call import.GCC,BIN2C))
|
||||
BIN2C.src/ = $(SRC/)contrib/bin2c/
|
||||
BIN2C.build/ = $(BUILD/)contrib/bin2c/
|
||||
BIN2C.GCC.archs = $(BUILD.machine)
|
||||
BIN2C.GCC.args.extra =
|
||||
|
||||
BIN2C.c = $(wildcard $(BIN2C.src/)*.c)
|
||||
BIN2C.c.o = $(patsubst $(SRC/)%.c,$(BUILD/)%.o,$(BIN2C.c))
|
||||
@ -15,4 +16,4 @@ BIN2C.exe = $(BUILD/)$(call TARGET.exe,bin2c)
|
||||
BIN2C.out += $(BIN2C.c.o)
|
||||
BIN2C.out += $(BIN2C.exe)
|
||||
|
||||
BUILD.out += $(BIN2C.out)
|
||||
BUILD.out += $(BIN2C.out)
|
||||
|
Loading…
x
Reference in New Issue
Block a user