VirtualBox

Changeset 5691 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Nov 11, 2007 5:40:18 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26037
Message:

Mac OS X version 10.5 build hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Makefile.kmk

    r5306 r5691  
    1919#
    2020#  Copyright (C) 2006-2007 innotek GmbH
    21 # 
     21#
    2222#  This file is part of VirtualBox Open Source Edition (OSE), as
    2323#  available from http://www.virtualbox.org. This file is free software;
     
    2727#  distribution. VirtualBox OSE is distributed in the hope that it will
    2828#  be useful, but WITHOUT ANY WARRANTY of any kind.
     29#
    2930
    3031
     
    3435
    3536BLDPROGS              = dyngen
    36 ifeq ($(BUILD_TARGET_ARCH),amd64)
     37ifneq ($(or $(eq $(BUILD_TARGET_ARCH),amd64) , $(VBOX_TARGET_MAC_OS_X_VERSION_10_5)),)
    3738 SYSMODS              = VBoxREM2
    3839 REM_MOD              = VBoxREM2
     
    6061 REM_USE_NOCRT := 1
    6162endif
    62 ifeq ($(BUILD_TARGET_ARCH),amd64)
     63ifeq ($(REM_MOD),VBoxREM2)
    6364 REM_USE_NOCRT := 1
    6465endif
     
    125126 $(REM_MOD)_CLEAN           = $(FILE_OP_OBJ) $(PATH_$(REM_MOD))/op.S.dep
    126127endif
    127 #$(REM_MOD)_SOURCES.os2      = $(PATH_TARGET)/$(REM_MOD).def
    128128$(REM_MOD)_SOURCES.win.x86  = $(REM_MOD).def
    129129ifneq ($(REM_MOD),VBoxREM2)
     
    137137 $(REM_MOD)_CFLAGS.amd64    = -O2
    138138 $(REM_MOD)_CFLAGS.debug    = -O0
    139  $(REM_MOD)_CFLAGS.darwin   = -fno-common -mdynamic-no-pic
    140139 ifdef ($(BUILD_TARGET_ARCH),x86)
    141140  $(REM_MOD)_CFLAGS.release+= -fomit-frame-pointer -fno-gcse
     
    153152  ifeq ($(BUILD_TARGET),l4)
    154153   $(REM_MOD)_LIBS          += \
    155         $(L4_LIBDIR)/libuc.0.s.so
     154        $(L4_LIBDIR)/libuc.0.s.so
    156155  endif
    157156  $(REM_MOD)_LIBS.darwin    = \
    158157        $(TARGET_VBoxREMImp)
    159 #       $(PATH_BIN)/VBoxREMImp.dylib
    160158  $(REM_MOD)_LDFLAGS.darwin  = -read_only_relocs suppress -multiply_defined warning  #-install_name @executable_path/$(REM_MOD).dylib#
     159  $(REM_MOD)_CFLAGS.darwin   = -fno-common -mdynamic-no-pic
    161160 else
    162161  $(REM_MOD)_LIBS           = \
    163162        $(PATH_LIB)/RuntimeR3NoCRTGCC$(VBOX_SUFF_LIB)
    164163  $(REM_MOD)_SYSSUFF        = .rel
     164  $(REM_MOD)_LDFLAGS.darwin = -nostdlib -static
     165  $(REM_MOD)_CFLAGS.darwin  = -fno-common -static -mno-dynamic-no-pic
    165166 endif
    166167
     
    256257
    257258
    258 ifeq ($(BUILD_TARGET_ARCH),amd64)
     259ifeq ($(REM_MOD),VBoxREM2)
    259260#
    260261# The VBoxREM2 wrapper.
     
    375376ifeq ($(BUILD_TARGET),darwin)
    376377 ifeq ($(filter-out i386-elf-gcc%, $(VBOX_RECOMPILER_OP_GCC)),)
    377   COMPILE_OP_CMDS := $(filter-out -mdynamic-no-pic, $(COMPILE_OP_CMDS))
     378  COMPILE_OP_CMDS := $(filter-out -mdynamic-no-pic -mno-dynamic-no-pic -fno-stack-protector, $(COMPILE_OP_CMDS))
    378379 endif
    379380endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette