Changeset 11345 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Aug 11, 2008 7:53:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r11033 r11345 43 43 $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \ 44 44 VBoxManageSVN.cpp 45 ifneq ($(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) 54 endif 45 55 VBoxManage_LIBS += $(LIB_DDU) 46 56
Note:
See TracChangeset
for help on using the changeset viewer.