Author: stas Date: Sat Mar 24 00:42:38 2012 New Revision: 233405 URL: http://svn.freebsd.org/changeset/base/233405
Log: - Apply binutils workaround on mips.mips as well. Though this TARGET_ARCH is deprecated, tinderbox uses it. Modified: head/kerberos5/lib/libkafs5/Makefile Modified: head/kerberos5/lib/libkafs5/Makefile ============================================================================== --- head/kerberos5/lib/libkafs5/Makefile Sat Mar 24 00:37:56 2012 (r233404) +++ head/kerberos5/lib/libkafs5/Makefile Sat Mar 24 00:42:38 2012 (r233405) @@ -10,7 +10,8 @@ MAN= kafs5.3 # Linking with libkrb5 uncovers a bug in binutils. # See http://repo.or.cz/w/binutils.git/commit/ee05170bf71819c99cb5a36a44735c231ae03c56 . # -.if ${MACHINE_ARCH} != "mipsn32eb" && ${MACHINE_ARCH} != "mipsel" && ${MACHINE_ARCH} != "mipseb" +.if ${MACHINE_ARCH} != "mipsn32eb" && ${MACHINE_ARCH} != "mipsel" && \ + ${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mips" LDADD+= -lkrb5 LDFLAGS= -Wl,--no-undefined .endif _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"