VirtualBox

Changeset 4552 in vbox


Ignore:
Timestamp:
Sep 5, 2007 11:42:41 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24171
Message:

Only darwin, os2 and windows shouldn't have a SONAME on the VBoxREMImp module. Solaris must not use GXX3 but GXX3PLAIN.

File:
1 edited

Legend:

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

    r4535 r4552  
    181181
    182182 $(REM_MOD)_TOOL            = GXX3
     183 $(REM_MOD)_TOOL.solaris    = GXX3PLAIN
    183184 $(REM_MOD)_TOOL.win.x86    = MINGW32
    184185 $(REM_MOD)_TOOL.win.amd64  = XGCCAMD64LINUX
     
    296297VBoxREMImp_CLEAN            = $(PATH_TARGET)/VBoxREMImp.c
    297298endif
    298 VBoxREMImp_SONAME.linux     = VBoxREM.so
    299 VBoxREMImp_SONAME.l4        = VBoxREM.s.so
     299ifneq ($(filter-out darwin os2 win,$(BUILD_TARGET)),)
     300VBoxREMImp_SONAME           = VBoxREM$(SUFF_DLL)
     301endif
    300302VBoxREMImp_LDFLAGS.darwin   = -install_name @executable_path/VBoxREM.dylib
    301303#VBoxREMImp_LDFLAGS.darwin   = -install_name VBoxREM.dylib
Note: See TracChangeset for help on using the changeset viewer.

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