Changeset 96146 in vbox
- Timestamp:
- Aug 11, 2022 11:45:01 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152952
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/softfloat-3e/Makefile.kmk
r96106 r96146 21 21 VBOX_SOFTFLOAT_SPECIALIZATION := 8086 22 22 23 LIBRARIES += VBox-SoftFloat 23 ifndef defined(VBOX_ONLY_ADDITIONS) 24 LIBRARIES += VBox-SoftFloat 25 endif 24 26 VBox-SoftFloat_TEMPLATE := VBoxR3DllNonPedantic 25 27 VBox-SoftFloat_DEFS := \ … … 350 352 # Ring-0 version of the above (has different compiler settings). 351 353 # 352 if defined(VBOX_WITH_R0_MODULES) && !defined(VBOX_ONLY_EXTPACKS) 354 if defined(VBOX_WITH_R0_MODULES) && !defined(VBOX_ONLY_EXTPACKS) && !defined(VBOX_ONLY_ADDITIONS) 353 355 LIBRARIES += VBox-SoftFloatR0 354 356 endif … … 372 374 VBox-SoftFloatGuestR3Shared_TEMPLATE := NewerVccVBoxGuestR3Dll 373 375 VBox-SoftFloatGuestR3Shared_EXTENDS := VBox-SoftFloat 376 VBox-SoftFloatGuestR3Shared_INST = $(INST_ADDITIONS_LIB) 374 377 375 378 # -wd4389: f64_to_i64_r_minMag.c(93): warning C4389: '!=': signed/unsigned mismatch
Note:
See TracChangeset
for help on using the changeset viewer.