mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- don't strip the host binaries for now
This commit is contained in:
@@ -54,7 +54,7 @@ endif # Normal toolchain
|
||||
GCC_SOURCE:=gcc-$(GCC_OFFICIAL_VER).tar.bz2
|
||||
GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-$(GCC_OFFICIAL_VER)
|
||||
GCC_CAT:=$(BZCAT)
|
||||
GCC_STRIP_HOST_BINARIES:=true
|
||||
GCC_STRIP_HOST_BINARIES:=nope
|
||||
|
||||
|
||||
ifeq ($(findstring x3.,x$(GCC_VERSION)),x3.)
|
||||
|
||||
Reference in New Issue
Block a user