mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
Build: Make sure that RANLIB and AR use cross-compiler provided executables
This is very much needed when compiling host tools on macOS for example
This commit is contained in:
parent
9537ce918c
commit
18e3e4f236
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ else
|
|||
CC = $(PRE_CC) $(TOOLCHAIN_PATH)/i686-pc-serenity-gcc
|
||||
AS = $(TOOLCHAIN_PATH)/i686-pc-serenity-as
|
||||
LINK = $(TOOLCHAIN_PATH)/i686-pc-serenity-ld
|
||||
RANLIB = $(TOOLCHAIN_PATH)/i686-pc-serenity-ranlib
|
||||
AR = $(TOOLCHAIN_PATH)/i686-pc-serenity-ar
|
||||
|
||||
DEFINES += -DDEBUG
|
||||
|
||||
INCLUDE_FLAGS += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue