Changeset 119


Ignore:
Timestamp:
Aug 29, 2010, 1:57:40 AM (15 years ago)
Author:
dmik
Message:

make: Disable fork and Unix way in kLIBC which in particular prevents library path functions from converting back slashes to forward slashes and eventually fixes various Java classes.

Location:
trunk/openjdk
Files:
2 edited

Legend:

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

    r113 r119  
    5353LINK = g++
    5454LINK_FLAGS = \
    55  -Zomf -Zmap -Zstack 0x2000 -Zlinker "DISABLE 1121" -Zhigh-mem
     55 -Zomf -Zmap -Zstack 0x2000 -Zlinker "DISABLE 1121" -Zhigh-mem -Zno-fork -Zno-unix
    5656
    5757IMPLIB = emximp
  • trunk/openjdk/jdk/make/common/Defs-os2.gmk

    r85 r119  
    141141# Linker options
    142142#
    143 LDFLAGS_COMMON  = -Zomf -Zmap -Zstack 0x2000 -Zlinker "DISABLE 1121" -Zhigh-mem
     143LDFLAGS_COMMON  = -Zomf -Zmap -Zstack 0x2000 -Zlinker "DISABLE 1121" -Zhigh-mem -Zno-fork -Zno-unix
    144144LDFLAGS_OPT     = -s
    145145LDFLAGS_DBG     =
Note: See TracChangeset for help on using the changeset viewer.