VirtualBox

Changeset 96146 in vbox


Ignore:
Timestamp:
Aug 11, 2022 11:45:01 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152952
Message:

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

File:
1 edited

Legend:

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

    r96106 r96146  
    2121VBOX_SOFTFLOAT_SPECIALIZATION := 8086
    2222
    23 LIBRARIES += VBox-SoftFloat
     23ifndef defined(VBOX_ONLY_ADDITIONS)
     24 LIBRARIES += VBox-SoftFloat
     25endif
    2426VBox-SoftFloat_TEMPLATE    := VBoxR3DllNonPedantic
    2527VBox-SoftFloat_DEFS        := \
     
    350352# Ring-0 version of the above (has different compiler settings).
    351353#
    352 if defined(VBOX_WITH_R0_MODULES) && !defined(VBOX_ONLY_EXTPACKS)
     354if defined(VBOX_WITH_R0_MODULES) && !defined(VBOX_ONLY_EXTPACKS) && !defined(VBOX_ONLY_ADDITIONS)
    353355 LIBRARIES += VBox-SoftFloatR0
    354356endif
     
    372374VBox-SoftFloatGuestR3Shared_TEMPLATE    := NewerVccVBoxGuestR3Dll
    373375VBox-SoftFloatGuestR3Shared_EXTENDS     := VBox-SoftFloat
     376VBox-SoftFloatGuestR3Shared_INST         = $(INST_ADDITIONS_LIB)
    374377
    375378# -wd4389: f64_to_i64_r_minMag.c(93): warning C4389: '!=': signed/unsigned mismatch
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