CIL also works on macppc now, hurrah

This commit is contained in:
avsm 2004-06-22 20:57:25 +00:00
parent 0d43a99571
commit fa45ecd6a6
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2004/06/21 18:53:12 avsm Exp $ # $OpenBSD: Makefile,v 1.3 2004/06/22 20:57:25 avsm Exp $
# until tested on others, even though bytecode is produced # until tested on others, even though bytecode is produced
ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS= i386 amd64 macppc
COMMENT= "framework for analysis and transformation of C" COMMENT= "framework for analysis and transformation of C"

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-configure_in,v 1.1.1.1 2004/06/20 16:08:28 avsm Exp $ $OpenBSD: patch-configure_in,v 1.2 2004/06/22 20:57:25 avsm Exp $
--- configure.in.orig 2004-04-06 16:51:21.000000000 +0100 --- configure.in.orig 2004-04-06 16:51:21.000000000 +0100
+++ configure.in 2004-06-20 16:57:30.000000000 +0100 +++ configure.in 2004-06-20 16:57:30.000000000 +0100
@@ -219,6 +219,8 @@ AC_MSG_CHECKING([for Perl]) @@ -219,6 +219,8 @@ AC_MSG_CHECKING([for Perl])
@ -15,8 +15,8 @@ $OpenBSD: patch-configure_in,v 1.1.1.1 2004/06/20 16:08:28 avsm Exp $
;; ;;
+ # openbsd + # openbsd
+ *86*openbsd*) + *openbsd*)
+ AC_MSG_RESULT(configuring for OpenBSD/x86) + AC_MSG_RESULT(configuring for OpenBSD)
+ +
+ ARCHOS=x86_LINUX + ARCHOS=x86_LINUX
+ ;; + ;;