. Fix BSD detection in the langtools test infrastructure.

This commit is contained in:
Greg Lewis 2015-07-05 00:41:37 +00:00
parent b7f09ed42d
commit d5b14ed39b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391339

View file

@ -0,0 +1,11 @@
--- langtools/test/Makefile Tue May 05 18:06:51 2015 -0700
+++ langtools/test/Makefile Sat Jul 04 15:31:54 2015 -0700
@@ -36,7 +36,7 @@
ARCH=i586
endif
endif
-ifneq ($(findstring $(OSNAME), BSD), )
+ifneq ($(findstring BSD, $(OSNAME)), )
PLATFORM = bsd
JT_PLATFORM = linux
ARCH = $(shell uname -p)