VirtualBox

Changeset 29373 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 11, 2010 4:12:52 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61481
Message:

recompiler/Makefile.kmk: Try fix the implicit declaration of function fpclassify

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

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

    r29333 r29373  
    115115 $(REM_MOD)_DEFS.solaris   = HOST_SOLARIS=11
    116116endif
     117# Missing fpclassify. Is there a better define or flag for this?
     118$(REM_MOD)_DEFS.solaris   += __C99FEATURES__
    117119$(REM_MOD)_DEFS.freebsd   += _BSD
    118120
  • trunk/src/recompiler/Makefile.kmk

    r29333 r29373  
    5656 VBoxRemPrimary_CFLAGS.profile = $(VBoxRemPrimary_CFLAGS.release)
    5757 VBoxRemPrimary_DEFS          += IN_RING3 $(ARCH_BITS_DEFS)
    58  # workaround the regparm bug in gcc <= 3.3
     58 # Workaround the regparm bug in gcc <= 3.3.
    5959 VBoxRemPrimary_DEFS.win.x86  += GCC_WITH_BUGGY_REGPARM
     60 # Missing fpclassify. Is there a better define or flag for this?
     61 VBoxRemPrimary_DEFS.solaris  += __C99FEATURES__
    6062endif # win
    6163VBoxRemPrimary_DEFS           += IN_REM_R3 REM_INCLUDE_CPU_H
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