VirtualBox

Changeset 51973 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 10, 2014 2:03:50 PM (10 years ago)
Author:
vboxsync
Message:

Support/Makefile.kmk: Add 64-bit math stuff to SUPR3HardenedStatic.lib on 32-bit windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r51967 r51973  
    334334   SUPR3HardenedStatic_VBOX_LIBC_OBJS = chkstk.obj
    335335   ifeq ($(KBUILD_TARGET_ARCH),x86)
    336     SUPR3HardenedStatic_VBOX_LIBC_OBJS += alloca16.obj
     336    SUPR3HardenedStatic_VBOX_LIBC_OBJS += \
     337        alloca16.obj \
     338        ulldiv.obj \
     339        ulldvrm.obj \
     340        ullrem.obj \
     341        ullshr.obj \
     342        lldiv.obj \
     343        lldvrm.obj \
     344        llmul.obj \
     345        llrem.obj \
     346        llshl.obj \
     347        llshr.obj \
     348        rotl.obj \
     349        rotr.obj
    337350   endif
    338351  SUPR3HardenedStatic_SOURCES.win += $(addprefix $(SUPR3HardenedStatic_0_OUTDIR)/,$(SUPR3HardenedStatic_VBOX_LIBC_OBJS))
     
    342355        $(TOOL_$(TEMPLATE_VBOXR3HARDENEDEXE_TOOL.win.$(KBUILD_TARGET_ARCH))_AR) "$<" \
    343356                /EXTRACT:`$(TOOL_$(TEMPLATE_VBOXR3HARDENEDEXE_TOOL.win.$(KBUILD_TARGET_ARCH))_AR) "$<" /LIST \
    344                           | $(SED_EXT) -n -e '/$(notdir $@)/p'` \
     357                          | $(SED_EXT) -n -e '/[\\/:]$(notdir $@)/p'` \
    345358                "/OUT:$@"
    346359 endif
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