Update to cipher/Makefile.am to support Sun CC optimization options

Albert Chin gnupg-devel at thewrittenword.com
Tue Sep 2 20:48:02 CEST 2003


Update to cipher/Makefile.am to support Sun CC optimization options
and IRIX -OPT:Olimit=# option

-- 
albert chin (china at thewrittenword.com)

-- snip snip
2003-09-02  Albert Chin-A-Young <china at thewrittenword.com>

	* cipher/Makefile.am: Update sed transformation to grok
	Sun -xO# and IRIX -OPT:Olimit=# optimization option.

--- cipher/Makefile.am.orig	Tue Sep  2 11:18:46 2003
+++ cipher/Makefile.am	Tue Sep  2 11:19:48 2003
@@ -60,4 +61,4 @@
 libcipher_a_LIBADD = @IDEA_O@ @TIGER_O@ @SHA512_O@
 
 tiger.o: $(srcdir)/tiger.c
-	`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
+	`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s][2-9s]*/-O1/g' -e 's/-xO[2-9]*/-xO1/g'`




More information about the Gnupg-devel mailing list