File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ ifneq ($(LTO),)
55linux_CFLAGS += -flto
66linux_CXXFLAGS += -flto
77linux_LDFLAGS += -flto
8+
9+ linux_AR = $(host_toolchain ) gcc-ar
10+ linux_NM = $(host_toolchain ) gcc-nm
11+ linux_RANLIB = $(host_toolchain ) gcc-ranlib
812endif
913
1014linux_release_CFLAGS =-O2
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ ifneq ($(LTO),)
99mingw32_CFLAGS += -flto
1010mingw32_CXXFLAGS += -flto
1111mingw32_LDFLAGS += -flto
12+
13+ mingw32_AR = $(host_toolchain ) gcc-ar
14+ mingw32_NM = $(host_toolchain ) gcc-nm
15+ mingw32_RANLIB = $(host_toolchain ) gcc-ranlib
1216endif
1317
1418mingw32_release_CFLAGS =-O2
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ ifneq ($(LTO),)
55netbsd_CFLAGS += -flto
66netbsd_CXXFLAGS += -flto
77netbsd_LDFLAGS += -flto
8+
9+ netbsd_AR = $(host_toolchain ) gcc-ar
10+ netbsd_NM = $(host_toolchain ) gcc-nm
11+ netbsd_RANLIB = $(host_toolchain ) gcc-ranlib
812endif
913
1014netbsd_CXXFLAGS =$(netbsd_CFLAGS )
You can’t perform that action at this time.
0 commit comments