• unknown's avatar
    BUG#16282 · a5a48382
    unknown authored
    Build gcc.o as a small library, instead of passing .cpp sources to the
    linker command (causes problems with parallel make on Solaris).
    
    This fix is for 4.1. In 5.0 and up a different fix is used.
    
    
    ndb/config/common.mk.am:
      Build gcc.o as a small library, instead of passing .cpp sources to the
      linker command (causes problems with parallel make on Solaris).
    ndb/config/type_ndbapitools.mk.am:
      Build gcc.o as a small library, instead of passing .cpp sources to the
      linker command (causes problems with parallel make on Solaris).
    ndb/src/common/portlib/Makefile.am:
      Build gcc.o as a small library, instead of passing .cpp sources to the
      linker command (causes problems with parallel make on Solaris).
    ndb/src/kernel/Makefile.am:
      Build gcc.o as a small library, instead of passing .cpp sources to the
      linker command (causes problems with parallel make on Solaris).
    a5a48382
Makefile.am 2.67 KB