VirtualBox

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


Ignore:
Timestamp:
Feb 1, 2023 2:37:00 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155639
Message:

libs/*.kmk: Automatic scm cleanups. bugref:10348

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

Legend:

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

    r98103 r98395  
    375375# -wd4389: f64_to_i64_r_minMag.c(93): warning C4389: '!=': signed/unsigned mismatch
    376376VBox-SoftFloatR0_CFLAGS.win := $(VBox-SoftFloat_CFLAGS.win) -wd4245 -wd4389
    377 ifn1of ($(KBUILD_TARGET),win)
    378 VBox-SoftFloatR0_CFLAGS     := $(VBox-SoftFloat_CFLAGS) -Wno-sign-compare
     377ifn1of ($(KBUILD_TARGET), win)
     378 VBox-SoftFloatR0_CFLAGS    := $(VBox-SoftFloat_CFLAGS) -Wno-sign-compare
    379379endif
    380380
    381381
    382382ifdef VBOX_WITH_NOCRT_STATIC
    383 #
    384 # Static No-CRT version of the above for use with VBoxGL.dll in the GAs.
    385 #
    386 LIBRARIES.win += VBox-SoftFloatGuestR3Shared
    387 VBox-SoftFloatGuestR3Shared_TEMPLATE    := NewerVccVBoxGuestR3Dll
    388 VBox-SoftFloatGuestR3Shared_EXTENDS     := VBox-SoftFloat
    389 VBox-SoftFloatGuestR3Shared_INST         = $(INST_ADDITIONS_LIB)
    390 
    391 # -wd4389: f64_to_i64_r_minMag.c(93): warning C4389: '!=': signed/unsigned mismatch
    392 VBox-SoftFloatGuestR3Shared_CFLAGS.win := $(VBox-SoftFloat_CFLAGS.win) -wd4245 -wd4389
    393  ifn1of ($(KBUILD_TARGET),win)
    394 VBox-SoftFloatGuestR3Shared_CFLAGS      := $(VBox-SoftFloat_CFLAGS) -Wno-sign-compare
     383 #
     384 # Static No-CRT version of the above for use with VBoxGL.dll in the GAs.
     385 #
     386 LIBRARIES.win += VBox-SoftFloatGuestR3Shared
     387 VBox-SoftFloatGuestR3Shared_TEMPLATE   := NewerVccVBoxGuestR3Dll
     388 VBox-SoftFloatGuestR3Shared_EXTENDS    := VBox-SoftFloat
     389 VBox-SoftFloatGuestR3Shared_INST        = $(INST_ADDITIONS_LIB)
     390
     391 # -wd4389: f64_to_i64_r_minMag.c(93): warning C4389: '!=': signed/unsigned mismatch
     392 VBox-SoftFloatGuestR3Shared_CFLAGS.win := $(VBox-SoftFloat_CFLAGS.win) -wd4245 -wd4389
     393 ifn1of ($(KBUILD_TARGET), win)
     394  VBox-SoftFloatGuestR3Shared_CFLAGS    := $(VBox-SoftFloat_CFLAGS) -Wno-sign-compare
    395395 endif
    396396
    397 #
    398 # And a x86 version of that again for amd64 targets.
    399 #
    400 LIBRARIES.win.amd64 += VBox-SoftFloatGuestR3Shared-x86
    401 VBox-SoftFloatGuestR3Shared-x86_TEMPLATE     := NewerVccVBoxGuestR3Dll
    402 VBox-SoftFloatGuestR3Shared-x86_EXTENDS      := VBox-SoftFloatGuestR3Shared
    403 VBox-SoftFloatGuestR3Shared-x86_BLD_TRG_ARCH := x86
     397 #
     398 # And a x86 version of that again for amd64 targets.
     399 #
     400 LIBRARIES.win.amd64 += VBox-SoftFloatGuestR3Shared-x86
     401 VBox-SoftFloatGuestR3Shared-x86_TEMPLATE    := NewerVccVBoxGuestR3Dll
     402 VBox-SoftFloatGuestR3Shared-x86_EXTENDS     := VBox-SoftFloatGuestR3Shared
     403 VBox-SoftFloatGuestR3Shared-x86_BLD_TRG_ARCH := x86
    404404endif # VBOX_WITH_NOCRT_STATIC
    405405
  • trunk/src/libs/softfloat-3e/testfloat/Makefile.kmk

    r98249 r98395  
    4242        FLOAT_ROUND_ODD
    4343ifn1of ($(KBUILD_TARGET), win)
    44 TEMPLATE_VBoxTestFloat_DEFS.amd64 = $(TEMPLATE_VBoxR3DllNonPedantic_DEFS.amd64) LONG_DOUBLE_IS_EXTFLOAT80
     44 TEMPLATE_VBoxTestFloat_DEFS.amd64 = $(TEMPLATE_VBoxR3DllNonPedantic_DEFS.amd64) LONG_DOUBLE_IS_EXTFLOAT80
    4545endif
    4646if1of ($(KBUILD_TARGET), win)
     
    120120        source/writeCase_z_f128M.c \
    121121        source/testLoops_common.c \
    122        \
     122        \
    123123        source/test_a_ui32_z_f16.c \
    124124        source/test_a_ui32_z_f32.c \
     
    225225        source/test_abcz_f128.c \
    226226        source/test_ab_f128_z_bool.c \
    227        \
     227        \
    228228        source/genCases_ui32.c \
    229229        source/genCases_ui64.c \
     
    254254tstTestFloatGen_SOURCES  = \
    255255        source/testfloat_gen.c \
    256        source/genLoops.c
     256        source/genLoops.c
    257257
    258258PROGRAMS += tstTestFloatTime
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