From 99c1c2abfae2e87f3c17e929783e6d1bb7a3f302 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 2 Feb 2009 21:19:01 +0200 Subject: Updated the x86 assembler code: - Use call/ret pair to get instruction pointer for PIC. - Use PIC only if PIC or __PIC__ is #defined. - The code should work on MinGW and Darwin in addition to GNU/Linux and Solaris. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 39996bcc..afd5afc1 100644 --- a/configure.ac +++ b/configure.ac @@ -307,12 +307,6 @@ if test "x$enable_assembler" = xyes; then x86_64) enable_assembler=x86_64 ;; *) enable_assembler=no ;; esac - # Darwin has different ABI than GNU+Linux and Solaris, - # and the assembler code doesn't assemble. - case $host_os in - darwin*) enable_assembler=no ;; - *) ;; - esac fi case $enable_assembler in x86) -- cgit v1.2.3