[Ecls-list] Patch: Athlon 64s weren't getting :DFFI and FP exception detection
Donavon Keithley
keithley at easystreet.com
Wed Jan 10 03:45:47 UTC 2007
Index: src/configure
===================================================================
RCS file: /project/ecl/cvsroot/ecl/src/configure,v
retrieving revision 1.161
diff -u -r1.161 configure
--- src/configure 2 Aug 2006 14:24:24 -0000 1.161
+++ src/configure 10 Jan 2007 03:44:16 -0000
@@ -6939,7 +6939,7 @@
echo "$as_me:$LINENO: checking whether we can dynamically build calls to C
functions" >&5
echo $ECHO_N "checking whether we can dynamically build calls to C
functions... $ECHO_C" >&6
case "${host_cpu}" in
- i686 |i586 | pentium* | athlon* )
+ i686 |i586 | pentium* | athlon* | x86_64 )
EXTRA_OBJS="${EXTRA_OBJS} ffi_x86.o"
dynamic_ffi=yes
;;
@@ -6960,7 +6960,7 @@
echo "$as_me:$LINENO: checking for code to detect FP exceptions" >&5
echo $ECHO_N "checking for code to detect FP exceptions... $ECHO_C" >&6
case "${host_cpu}" in
- i686 |i586 | pentium* | athlon* )
+ i686 |i586 | pentium* | athlon* | x86_64 )
ECL_FPE_CODE="arch/fpe_x86.c"
echo "$as_me:$LINENO: result: x86" >&5
echo "${ECHO_T}x86" >&6
More information about the ecl-devel
mailing list