VirtualBox

Changeset 94753 in vbox for trunk/src/libs/softfloat-3e


Ignore:
Timestamp:
Apr 29, 2022 8:14:37 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151135
Message:

libs/softfloat: Consolidate the build/*/platform.h stuff into a single one for the VBox targets. bugref:9898

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

Legend:

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

    r94678 r94753  
    2323LIBRARIES += VBox-SoftFloat
    2424VBox-SoftFloat_TEMPLATE    := VBoxR3DllNonPedantic
    25 VBox-SoftFloat_DEFS.amd64  := \
    26         LITTLEENDIAN \
    27         INLINE_LEVEL=5 \
    28         SOFTFLOAT_FAST_INT64 \
    29         SOFTFLOAT_FAST_DIV32TO16 \
    30         SOFTFLOAT_FAST_DIV64TO32 \
    31         SOFTFLOAT_ROUND_ODD
    32 if1of ($(KBUILD_TARGET), win)
    33  VBox-SoftFloat_DEFS       := THREAD_LOCAL=__declspec(thread)
    34  VBox-SoftFloat_INCS.amd64 := build/Win-amd64-VCC source/include
    35 else
    36  VBox-SoftFloat_DEFS       := THREAD_LOCAL=__thread
    37  VBox-SoftFloat_INCS.amd64 := build/Linux-x86_64-GCC source/include
    38 endif
    39 VBox-SoftFloat_INCS        := source source/$(VBOX_SOFTFLOAT_SPECIALIZATION)
     25VBox-SoftFloat_DEFS        := \
     26        INLINE_LEVEL=5
     27VBox-SoftFloat_INCS        := \
     28        build/vbox \
     29        source/$(VBOX_SOFTFLOAT_SPECIALIZATION) \
     30        source/include
    4031
    4132# -wd4146: primitives.h(74): warning C4146: unary minus operator applied to unsigned type, result still unsigned
  • trunk/src/libs/softfloat-3e/build/Linux-x86_64-GCC/platform.h

    r94535 r94753  
    5656#define SOFTFLOAT_INTRINSIC_INT128 1
    5757#include "opts-GCC.h"
    58 
     58#error asdf
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