mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: export RANLIB tool with prefix
This commit is contained in:
parent
21a9958323
commit
069f920466
@ -3,8 +3,10 @@ export CXX = $(PREFIX)g++
|
||||
export CCAS ?= $(CC)
|
||||
ifeq ($(LTO),1)
|
||||
export AR = $(PREFIX)gcc-ar
|
||||
export RANLIB = $(PREFIX)gcc-ranlib
|
||||
else
|
||||
export AR = $(PREFIX)ar
|
||||
export RANLIB = $(PREFIX)ranlib
|
||||
endif
|
||||
export AS = $(PREFIX)as
|
||||
export LINK = $(PREFIX)gcc
|
||||
|
Loading…
Reference in New Issue
Block a user