This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, libgfortran] PR24909 libmatmul.la breaks Darwin build


Hello,

my recent patch to vectorize matmul appears to break the build on
darwin. Apparently darwin binutils isn't happy with
EXTRA_LTLIBRARIES. Apparently noinst_LTLIBRARIES do work and have the
same effect, so this patch changes this. Richard Henderson mentioned
on irc that per-target variables would be easier, but with a very
quick look I didn't figure out how to get it to work with the
Makefile.am we have.

Regtested on i686-pc-linux-gnu. It would be nice if someone with
access to darwin could test this patch.

-- 
Janne Blomqvist

Attachment: ChangeLog
Description: Text document

Attachment: pr24909.diff
Description: Text document

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]