From: Nikos Mavrogiannopoulos Date: Sat, 23 Apr 2011 08:46:16 +0000 (+0200) Subject: pass tag=CC to libtool. It seems automake cannot really work with assembler sources. X-Git-Tag: gnutls_2_99_1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0ad5aa71d00951a16515ec79d77b14097eb8683;p=thirdparty%2Fgnutls.git pass tag=CC to libtool. It seems automake cannot really work with assembler sources. --- diff --git a/lib/accelerated/intel/Makefile.am b/lib/accelerated/intel/Makefile.am index 5efe894d55..013fd9d3b7 100644 --- a/lib/accelerated/intel/Makefile.am +++ b/lib/accelerated/intel/Makefile.am @@ -21,6 +21,7 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA +AM_LIBTOOLFLAGS=--tag=CC AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = \ -I$(srcdir)/../../../gl \