Changeset 51166 in vbox for trunk/src/libs
- Timestamp:
- Apr 29, 2014 1:27:58 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r48282 r51166 1436 1436 --append $@ 1437 1437 $(QUIET)$(APPEND) $@ '};' 1438 ifeq ($(KBUILD_TARGET),solaris)1439 # Temporary gcc 4.5.2 hack on Solaris which emits unknown mangled symbols for ctors/dtors for certain objects. See @bugref{5838}.1440 if $(VBOX_GCC_VERSION_CXX) == 405021441 $(QUIET)$(SED) -re '/^_Z.*[C-D]5E/d' $@ > $@-sedtmp1442 $(QUIET)$(MV) $@-sedtmp $@1443 endif1444 endif1445 1438 #ifeq ($(KBUILD_TARGET),solaris) 1439 # # Temporary gcc 4.5.2 hack on Solaris which emits unknown mangled symbols for ctors/dtors for certain objects. See @bugref{5838}. 1440 # if $(VBOX_GCC_VERSION_CXX) == 40502 1441 # $(QUIET)$(SED) -re '/^_Z.*[C-D]5E/d' $@ > $@-sedtmp 1442 # $(QUIET)$(MV) $@-sedtmp $@ 1443 # endif 1444 #endif 1445
Note:
See TracChangeset
for help on using the changeset viewer.