VirtualBox

Changeset 94535 in vbox


Ignore:
Timestamp:
Apr 9, 2022 9:08:29 AM (3 years ago)
Author:
vboxsync
Message:

libs/softfloat-3e: build (linkin) fix. bugref:9898

Location:
trunk/src/libs/softfloat-3e
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/softfloat-3e/Makefile.kmk

    r94483 r94535  
    2525VBox-SoftFloat_DEFS.amd64  := \
    2626        LITTLEENDIAN \
     27        INLINE_LEVEL=5 \
    2728        SOFTFLOAT_FAST_INT64 \
    28         INLINE_LEVEL=5 \
    2929        SOFTFLOAT_FAST_DIV32TO16 \
    3030        SOFTFLOAT_FAST_DIV64TO32 \
     
    7474        source/s_approxRecip32_1.c \
    7575        source/s_approxRecipSqrt_1Ks.c \
    76         source/s_approxRecipSqrt32_1.c \
     76        source/s_approxRecipSqrt32_1.c
    7777
    7878# Specialization (target FPU behaviour):
  • trunk/src/libs/softfloat-3e/build/Linux-x86_64-GCC/platform.h

    r94480 r94535  
    4141/*----------------------------------------------------------------------------
    4242*----------------------------------------------------------------------------*/
     43#ifdef VBOX /* we end up with unresolved externals otherwise */
     44# define INLINE static inline
     45#else
    4346#ifdef __GNUC_STDC_INLINE__
    4447#define INLINE inline
    4548#else
    4649#define INLINE extern inline
     50#endif
    4751#endif
    4852
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