VirtualBox

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


Ignore:
Timestamp:
Apr 11, 2022 12:15:06 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150896
Message:

libs/softfloat-3e: Build ring-0 version the library, for now pretending we can get away with all global status variables. bugref:9898

File:
1 edited

Legend:

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

    r94535 r94545  
    354354        source/f128M_lt_quiet.c
    355355
     356#
     357# Ring-0 version of the above (has different compiler settings).
     358#
     359if defined(VBOX_WITH_R0_MODULES) && !defined(VBOX_ONLY_EXTPACKS)
     360 LIBRARIES += VBox-SoftFloatR0
     361endif
     362VBox-SoftFloatR0_EXTENDS   := VBox-SoftFloat
     363VBox-SoftFloatR0_TEMPLATE  := VBoxR0
     364VBox-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
     368VBox-SoftFloatR0_CFLAGS.win := $(VBox-SoftFloat_CFLAGS.win) -wd4245 -wd4389
     369
    356370include $(FILE_KBUILD_SUB_FOOTER)
    357371
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