summaryrefslogtreecommitdiff
path: root/java/openjdk7/files/patch-hotspot-make-bsd-makefiles-gcc.make
diff options
context:
space:
mode:
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.make15
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.