9817b68587
i386. Add one more patch to the patch-warnings collection, to ensure warning-free compile on 64-bit platforms (tested on amd64).
12 lines
277 B
Text
12 lines
277 B
Text
--- configure Wed Feb 11 08:12:28 2004
|
|
+++ configure Tue Jul 12 18:56:00 2005
|
|
@@ -4500,4 +4500,9 @@
|
|
|
|
case "$target" in
|
|
+ *86-*-freebsd*)
|
|
+ CFLAGS="$CFLAGS -DHAS_BSWAP"
|
|
+ ;;
|
|
+ *-*-freebsd*)
|
|
+ ;;
|
|
alpha*-*-linux*)
|
|
if test x$ac_cv_c_compiler_gnu = xyes; then
|