Browse Source

Use the platform's copy of config.guess

tags/28.9.0_Release
Matt A. Tobin 4 years ago
parent
commit
e2e0aeaf9b
2 changed files with 1 additions and 1455 deletions
  1. +0
    -1454
      build/autoconf/config.guess
  2. +1
    -1
      client.mk

+ 0
- 1454
build/autoconf/config.guess
File diff suppressed because it is too large
View File


+ 1
- 1
client.mk View File

@@ -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


Loading…
Cancel
Save