VirtualBox

Changeset 108729 in vbox for trunk/src


Ignore:
Timestamp:
Mar 25, 2025 6:48:39 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168152
Message:

VMM: dwarfdump from binutils has slightly different arguments, bugref:10391

File:
1 edited

Legend:

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

    r108710 r108729  
    767767        $(QUIET)$(MKDIR) -p -- "$(dir $@)"
    768768        $(call KB_FN_AUTO_CMD_DEPS_COMMANDS)
     769   ifeq ($(KBUILD_HOST),linux)
     770        $(QUIET)$(REDIRECT) -0 /dev/null -o "[email protected]" -- \
     771                dwarfdump --search-regex='^(VMCPU|IEMCPU)$(DOLLAR)' --search-print-children --recurse-depth=1 "$<"
     772   else
    769773        $(QUIET)$(REDIRECT) -0 /dev/null -o "[email protected]" -- \
    770774                dwarfdump --regex --name='^(VMCPU|IEMCPU)$(DOLLAR)' --show-children --recurse-depth=1 "$<"
     775   endif
    771776        $(QUIET)$(SED) -n -f "$(filter %.sed,$^)" --output "$@" "[email protected]"
    772777        $(QUIET)$(RM) -f "[email protected]"
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