Incorporate changes from Jesper Louis Andersen to make the microcode
authorTaylor R. Campbell <net/mumble/campbell>
Fri, 23 Feb 2007 23:45:28 +0000 (23:45 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Fri, 23 Feb 2007 23:45:28 +0000 (23:45 +0000)
build on FreeBSD again.

v7/src/microcode/configure.ac
v7/src/microcode/uxtrap.h

index a032d39a3b02377f782aaf510714af4e799efab6..c662300adc8b9b67b8ff1d9b62e87c16d0045d09 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme microcode], [14.18], [bug-mit-scheme@gnu.org], [mit-scheme])
-AC_REVISION([$Id: configure.ac,v 1.36 2007/01/22 08:35:02 riastradh Exp $])
+AC_REVISION([$Id: configure.ac,v 1.37 2007/02/23 23:45:28 riastradh Exp $])
 AC_CONFIG_SRCDIR([boot.c])
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_MAKE_SET
@@ -744,6 +744,7 @@ linux-gnu)
     ;;
 freebsd*)
     M4_FLAGS="${M4_FLAGS} -P SUPPRESS_LEADING_UNDERSCORE,1"
+    DO_GCC_TESTS=yes
     ;;
 darwin*)
     DLD_LDFLAGS="${DLD_LDFLAGS} -Wl,-pagezero_size,04000000"
index 81a11da7a3aaad2b3636c3e08f8e946dbe4c6506..2aa3a0d43697c8a4e0471a208c72b18d13b06e5c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: uxtrap.h,v 1.37 2007/01/05 21:19:25 cph Exp $
+$Id: uxtrap.h,v 1.38 2007/02/23 23:45:28 riastradh Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -502,6 +502,12 @@ typedef struct
 
 #endif /* __linux__ */
 
+#ifdef __FreeBSD__
+
+#include <ucontext.h>
+
+#endif
+
 #ifdef _MACH_UNIX
 /* The following are true for Mach (BSD 4.3 compatible).
    I don't know about SCO or other versions.  */