VirtualBox

Changeset 96984 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 4, 2022 4:51:33 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153908
Message:

VMM: Vanilla yasm 1.3.0 warns about segment register use in HMR0A.asm, which means -Werror would cause a build failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r96953 r96984  
    483483 endif
    484484
    485  VMMR0_ASFLAGS.amd64 := -Werror
     485 # yasm versions not knowing about -Wno-segreg-in-64bit (including vanilla 1.3.0) would cause build failure.
     486 if "$(VBOX_ASTOOL)" != "YASM" || defined(VBOX_YASM_Wno-segreg-in-64bit)
     487  VMMR0_ASFLAGS.amd64 := -Werror
     488 endif
    486489 VMMR0_ASFLAGS.x86   := -Werror
    487490
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette