Pass --disable-native-code when setting up.
authorChris Hanson <org/chris-hanson/cph>
Mon, 30 Apr 2007 01:36:14 +0000 (01:36 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 30 Apr 2007 01:36:14 +0000 (01:36 +0000)
v7/src/microcode/makegen/makeinit.sh

index b7bc6b8ac950e6041a36bbf09fd60a2538a22d00..e4fcda43cdd2d329b12d47075a458602d792ff73 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: makeinit.sh,v 1.16 2007/01/12 02:57:10 cph Exp $
+# $Id: makeinit.sh,v 1.17 2007/04/30 01:36:14 cph Exp $
 #
 # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
 #     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@ -28,7 +28,7 @@
 
 # generate "config.h".
 [ -f Makefile.in ] || touch Makefile.in
-./configure "$@"
+./configure --disable-native-code "$@"
 
 # Generate "Makefile.in" from "Makefile.in.in".  Requires "config.h",
 # because dependencies are generated by running GCC -M on the source