Changeset 312
- Timestamp:
- Feb 15, 2012, 3:29:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/vm.make
r311 r312 110 110 endif 111 111 112 CPP_DONT_USE_PCH =113 112 ifneq ($(USE_PRECOMPILED_HEADER),0) 114 113 $(error Please add the rule for the PCH file!) 115 CPP_FLAGS = # grab the PCH rule from linux/makefiles/gcc.make114 CPP_FLAGS += # grab the PCH rule from linux/makefiles/gcc.make 116 115 else 117 CPP_FLAGS = -DDONT_USE_PRECOMPILED_HEADER116 CPP_FLAGS += -DDONT_USE_PRECOMPILED_HEADER 118 117 endif 119 118
Note:
See TracChangeset
for help on using the changeset viewer.