VirtualBox

Changeset 107224 in vbox


Ignore:
Timestamp:
Dec 4, 2024 1:19:11 PM (6 weeks ago)
Author:
vboxsync
Message:

libs/zlib-1.2.13: Make sure to compile the nsis-zlib-dll (Windows x86) target without any modern CPU instructions (SSE, ++), to also allow running on ancient Windows OSes (i.e. NT4) [docs]. bugref:10761

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/zlib-1.2.13/Makefile.kmk

    r107223 r107224  
    7878 nsis-zlib-dll_INSTTYPE    := none
    7979 nsis-zlib-dll_DEFS        := ZLIB_DLL $(VBox-zlib_DEFS)
     80 # Note! We need to build the NSIS variant of zlib without any modern x86 CPU instructions (SSE, ++) being used,
     81 #       to avoid breaking things on ancient Windows (guest) OSes.
    8082 nsis-zlib-dll_CFLAGS.win.x86   = $(VBox-zlib_CFLAGS.win.x86) /arch:IA32
    8183 nsis-zlib-dll_CXXFLAGS.win.x86 = $(VBox-zlib_CXXFLAGS.win.x86) /arch:IA32
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