VirtualBox

Ignore:
Timestamp:
Aug 11, 2008 7:53:26 PM (16 years ago)
Author:
vboxsync
Message:

workaround for buggy gcc-4.3 compilers, for example included in openSUSE11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r11033 r11345  
    4343        $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \
    4444        VBoxManageSVN.cpp
     45ifneq ($(KBUILD_TARGET),win)
     46 # Workaround for buggy gcc-4.3 compilers, see
     47 #
     48 #   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36474
     49 #
     50 # Some later revisions of version 4.3.1 are known to work so we assume
     51 # that version 4.3.2 or later has this bug definitely fixed.
     52 VBoxManage_CXXFLAGS.release += \
     53        $(if $(int-lt $(VBOX_GCC_VERSION_CXX),40300)$(int-gt $(VBOX_GCC_VERSION_CXX),40301),,--param max-fields-for-field-sensitive=0)
     54endif
    4555VBoxManage_LIBS       += $(LIB_DDU)
    4656
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