VirtualBox

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


Ignore:
Timestamp:
Aug 8, 2022 11:13:21 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152907
Message:

softfloat-3e,/Config.kmk: Build a version of the library for VBoxGL.dll when in VBOX_WITH_NOCRT_STATIC mode. bugref:10261

File:
1 edited

Legend:

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

    r94753 r96106  
    364364endif
    365365
     366
     367ifdef VBOX_WITH_NOCRT_STATIC
     368#
     369# Static No-CRT version of the above for use with VBoxGL.dll in the GAs.
     370#
     371LIBRARIES.win += VBox-SoftFloatGuestR3Shared
     372VBox-SoftFloatGuestR3Shared_TEMPLATE    := NewerVccVBoxGuestR3Dll
     373VBox-SoftFloatGuestR3Shared_EXTENDS     := VBox-SoftFloat
     374
     375# -wd4389: f64_to_i64_r_minMag.c(93): warning C4389: '!=': signed/unsigned mismatch
     376VBox-SoftFloatGuestR3Shared_CFLAGS.win  := $(VBox-SoftFloat_CFLAGS.win) -wd4245 -wd4389
     377 ifn1of ($(KBUILD_TARGET),win)
     378VBox-SoftFloatGuestR3Shared_CFLAGS      := $(VBox-SoftFloat_CFLAGS) -Wno-sign-compare
     379 endif
     380endif # VBOX_WITH_NOCRT_STATIC
     381
     382
    366383include $(FILE_KBUILD_SUB_FOOTER)
    367384
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