Changeset 313 for trunk/openjdk/hotspot/make
- Timestamp:
- Feb 15, 2012, 4:45:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/compile.make
r311 r313 56 56 endif 57 57 58 # Used for platform dispatching 58 # Used for platform dispatching. Note that on OS/2 we pretend to be 'windows' 59 # (it works in most cases and all differences are usually handled by 60 # TARGET_COMPILER_gcc). 59 61 CPP_FLAGS += -DTARGET_OS_FAMILY_windows 60 62 CPP_FLAGS += -DTARGET_ARCH_$(Platform_arch) … … 63 65 CPP_FLAGS += -DTARGET_OS_ARCH_MODEL_windows_$(Platform_arch_model) 64 66 CPP_FLAGS += -DTARGET_COMPILER_gcc 67 68 # Additional define for differences not covered by TARGET_COMPILER_gcc 69 CPP_FLAGS += -DTARGET_OS_FAMILY_os2 65 70 66 71 # Generic linker settings
Note:
See TracChangeset
for help on using the changeset viewer.