mirror of
http://git.mos6581.com/ManchildProductions/Male-Poon.git
synced 2026-05-26 12:15:01 +00:00
Use the platform's copy of config.guess
This commit is contained in:
Vendored
-1454
File diff suppressed because it is too large
Load Diff
@@ -59,7 +59,7 @@ SH := /bin/sh
|
||||
PERL ?= perl
|
||||
PYTHON ?= $(shell which python2.7 > /dev/null 2>&1 && echo python2.7 || echo python)
|
||||
|
||||
CONFIG_GUESS_SCRIPT := $(wildcard $(TOPSRCDIR)/build/autoconf/config.guess)
|
||||
CONFIG_GUESS_SCRIPT := $(wildcard $(TOPSRCDIR)/platform/build/autoconf/config.guess)
|
||||
ifdef CONFIG_GUESS_SCRIPT
|
||||
CONFIG_GUESS := $(shell $(CONFIG_GUESS_SCRIPT))
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user