diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2014-04-29 04:15:11 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2014-04-29 04:15:11 +0000 |
commit | 139ca58e2835bff858a72205cc88e4452a700488 (patch) | |
tree | 03ff2a7aa84e4429b34113424ed012f6b266ee70 /java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make | |
parent | - Update from 5.1.0 to 5.1.1 (diff) |
. Fix spawning external processes from the JVM. [1]
. Remove some patches that have been merged to the upstream repository.
PR: 188979, 188980 [1]
Obtained from: Kurt Miller (via the upstream bsd-port repo) [1]
Notes
Notes:
svn path=/head/; revision=352568
Diffstat (limited to 'java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make')
-rw-r--r-- | java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make b/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make deleted file mode 100644 index 4acf83458b4a..000000000000 --- a/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make +++ /dev/null @@ -1,15 +0,0 @@ ---- hotspot/make/bsd/makefiles/gcc.make -+++ hotspot/make/bsd/makefiles/gcc.make -@@ -214,7 +214,11 @@ - - # Flags for generating make dependency flags. - ifneq ("${CC_VER_MAJOR}", "2") --DEPFLAGS = -fpch-deps -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d) -+DEPFLAGS = -+ifeq (,$(findstring clang,$(shell $(CC) -v 2>&1))) -+DEPFLAGS += -fpch-deps -+endif -+DEPFLAGS += -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d) - endif - - # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. |