Ignore:
Timestamp:
Feb 15, 2012, 4:45:07 PM (14 years ago)
Author:
dmik
Message:

Adopt to the new platform dispatching defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/make/os2/makefiles/compile.make

    r311 r313  
    5656endif
    5757
    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).
    5961CPP_FLAGS += -DTARGET_OS_FAMILY_windows
    6062CPP_FLAGS += -DTARGET_ARCH_$(Platform_arch)
     
    6365CPP_FLAGS += -DTARGET_OS_ARCH_MODEL_windows_$(Platform_arch_model)
    6466CPP_FLAGS += -DTARGET_COMPILER_gcc
     67
     68# Additional define for differences not covered by TARGET_COMPILER_gcc
     69CPP_FLAGS += -DTARGET_OS_FAMILY_os2
    6570
    6671# Generic linker settings
Note: See TracChangeset for help on using the changeset viewer.