Ignore:
Timestamp:
Feb 15, 2012, 5:20:05 PM (14 years ago)
Author:
dmik
Message:

Use TARGET_COMPILER_gcc instead of EMX when appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/src/os/os2/vm/os_os2_init.cpp

    r246 r315  
    3333
    3434#include <types.h>
    35 #ifdef __EMX__
     35#ifdef TARGET_COMPILER_gcc
    3636#include <emx/startup.h>
    3737#endif
     
    5858    switch (ulFlag) {
    5959    case 0 :
    60 #ifdef __EMX__
     60#ifdef TARGET_COMPILER_gcc
    6161        // initialize the C library
    6262        if (_CRT_init())
     
    8585          UnregisterLxDll(dllHandle);
    8686        }
    87 #ifdef __EMX__
     87#ifdef TARGET_COMPILER_gcc
    8888        // destroy C++ statics
    8989        __ctordtorTerm();
Note: See TracChangeset for help on using the changeset viewer.