mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
dont assign MAKE
This commit is contained in:
1
Makefile
1
Makefile
@@ -146,7 +146,6 @@ TARGET_PATH:=$(STAGING_DIR)/bin:$(STAGING_DIR)/usr/bin:/bin:/sbin:/usr/bin:/usr/
|
||||
STRIP:=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
|
||||
#STRIP:=/bin/true
|
||||
IMAGE:=$(BASE_DIR)/root_fs
|
||||
MAKE:=make
|
||||
GNU_TARGET_NAME:=$(OPTIMIZE_FOR_CPU)-linux
|
||||
#KERNEL_CROSS:=$(STAGING_DIR)/bin/$(ARCH)-uclibc-
|
||||
KERNEL_CROSS:=
|
||||
|
||||
Reference in New Issue
Block a user