Changeset 94545 in vbox for trunk/src/libs/softfloat-3e
- Timestamp:
- Apr 11, 2022 12:15:06 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150896
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/softfloat-3e/Makefile.kmk
r94535 r94545 354 354 source/f128M_lt_quiet.c 355 355 356 # 357 # Ring-0 version of the above (has different compiler settings). 358 # 359 if defined(VBOX_WITH_R0_MODULES) && !defined(VBOX_ONLY_EXTPACKS) 360 LIBRARIES += VBox-SoftFloatR0 361 endif 362 VBox-SoftFloatR0_EXTENDS := VBox-SoftFloat 363 VBox-SoftFloatR0_TEMPLATE := VBoxR0 364 VBox-SoftFloatR0_DEFS = $(NO_SUCH_VARIABLE) 365 366 # -wd4245: f128_sqrt.c(184): warning C4245: '=': conversion from 'int' to 'uint_fast64_t', signed/unsigned mismatch 367 # -wd4389: f64_to_i64_r_minMag.c(93): warning C4389: '!=': signed/unsigned mismatch 368 VBox-SoftFloatR0_CFLAGS.win := $(VBox-SoftFloat_CFLAGS.win) -wd4245 -wd4389 369 356 370 include $(FILE_KBUILD_SUB_FOOTER) 357 371
Note:
See TracChangeset
for help on using the changeset viewer.