Changeset 44


Ignore:
Timestamp:
Jun 28, 2010, 11:22:16 PM (15 years ago)
Author:
dmik
Message:

hotspot/make: Use 'windows' as the OS identifier in the platfrom file on OS/2 as this defines which sources are used (currently we reuse windows sources).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/make/os2/platform_i486

    r43 r44  
    1 // Platform file for windows platform
     1// Platform file for OS/2 platform
     2// Note that we simply reuse the Windows platform sources so far
    23
    3 os_family = os2
     4os_family = windows
    45
    56arch = x86
     
    78arch_model = x86_32
    89
    9 os_arch = os2_x86
     10os_arch = windows_x86
    1011
    11 os_arch_model = os2_x86_32
     12os_arch_model = windows_x86_32
    1213
    1314lib_arch = i386
Note: See TracChangeset for help on using the changeset viewer.