This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi 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]

Re: libffi 3.0.12 rc3 ready...


> to have it working for the standalone release and the GCC copy, maybe use
> $(firstword $(wildcard $(top_srcdir)/libtool-ldflags $(LDFLAGS)
> $(top_srcdir)/../libtool-ldflags $(LDFLAGS)))

should be
$(firstword $(wildcard $(top_srcdir)/libtool-ldflags
$(top_srcdir)/../libtool-ldflags)) $(LDFLAGS)


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