* config.guess (*:Darwin:*:*): Run xcode-select to determine if a

system compiler is installed. If not, do not run set_cc_for_build,
	as the default cc will open a dialog box asking to install
	Xcode. If no C compiler is available, guess based on uname -p and
	uname -m.
This commit is contained in:
Ben Elliston
2019-05-28 23:39:01 +10:00
parent 104ee6463c
commit 3f4274dfc2
2 changed files with 35 additions and 26 deletions

View File

@ -1,3 +1,11 @@
2019-05-28 Ben Elliston <bje@gnu.org>
* config.guess (*:Darwin:*:*): Run xcode-select to determine if a
system compiler is installed. If not, do not run set_cc_for_build,
as the default cc will open a dialog box asking to install
Xcode. If no C compiler is available, guess based on uname -p and
uname -m.
2019-05-28 Ben Elliston <bje@gnu.org>
* testsuite/config-guess.data: Add Darwin tests.