On Wednesday 09 November 2005 10:45, Corinna Vinschen wrote:

> It's also used for Cygwin and the patch breaks the Cygwin build.

I don't have a cygwin toolchain around, but can you tell me the error message 
so that I can work on fixing it?

does the attached patch work?

Thanks,
Dirk
--- crypto/perlasm/x86unix.pl
+++ crypto/perlasm/x86unix.pl
@@ -586,6 +586,8 @@
 		push(@out,$const);
 		$const="";
 		}
+	push(@out, ".section 	.note.GNU-stack,\"\",[EMAIL PROTECTED]")
+	   if($main'elf);
 	}
 
 sub main'data_word

Reply via email to