VirtualBox

Ignore:
Timestamp:
Aug 1, 2013 12:25:31 PM (11 years ago)
Author:
vboxsync
Message:

libs/xpcom: Temporary hack to workaround gcc 4.5.2 on Solaris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r46043 r47508  
    13541354                --append $@
    13551355        $(QUIET)$(APPEND) $@ '};'
    1356 
     1356ifeq ($(KBUILD_TARGET),solaris)
     1357 # Temporary gcc 4.5.2 hack on Solaris which emits unknown mangled symbols for ctors/dtors for certain objects. See @bugref{5838}.
     1358 if $(VBOX_GCC_VERSION_CXX) == 40502
     1359        #$(QUIET)$(SED) -re '/^_Z.*[C-D]5E/d' $@ > $@-sedtmp
     1360        #$(QUIET)$(MV) $@-sedtmp $@
     1361 endif
     1362endif
     1363
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