. Fix BSD detection in the langtools test infrastructure.
This commit is contained in:
parent
b7f09ed42d
commit
d5b14ed39b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391339
1 changed files with 11 additions and 0 deletions
11
java/openjdk8/files/patch-langtools-test-Makefile
Normal file
11
java/openjdk8/files/patch-langtools-test-Makefile
Normal 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)
|
Loading…
Reference in a new issue