VirtualBox

Changeset 9561 in vbox


Ignore:
Timestamp:
Jun 10, 2008 9:14:37 AM (16 years ago)
Author:
vboxsync
Message:

Properly define the solaris version for the recompiler.

File:
1 edited

Legend:

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

    r9399 r9561  
    199199 $(REM_MOD)_LDFLAGS.debug   = -g
    200200 $(REM_MOD)_LDFLAGS.solaris = -mimpure-text
    201  $(REM_MOD)_DEFS.solaris    += HOST_SOLARIS=11
     201 ifdef VBOX_SOLARIS_10
     202  $(REM_MOD)_DEFS.solaris    += HOST_SOLARIS=10
     203 else # solaris 11
     204  $(REM_MOD)_DEFS.solaris    += HOST_SOLARIS=11
     205 endif
    202206 ifeq ($(KBUILD_TARGET_ARCH),amd64)
    203207  $(REM_MOD)_LIBS           = $(FILE_TOOL_GCC3_LIBGCC)
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