Changeset 133 for trunk/openjdk/hotspot
- Timestamp:
- Sep 1, 2010, 10:11:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/compile.make
r124 r133 27 27 28 28 CXX_FLAGS = $(CPP_FLAGS) -Zomf -march=i486 -mtune=generic 29 30 # We compile a lot of MSVC code which seems to silently tolerate these 31 CXX_FLAGS += -Wno-sign-compare -Wno-write-strings 29 32 30 33 # Based on BUILDARCH we add some flags and select the default compiler name
Note:
See TracChangeset
for help on using the changeset viewer.