From c1d025360ba7a0397db499e332fdab7506806f25 Mon Sep 17 00:00:00 2001 From: chak Date: Mon, 15 Jul 2002 07:24:58 +0000 Subject: [PATCH] [project @ 2002-07-15 07:24:58 by chak] Let `configure' know about the "m68k-unknown-openbsd" architecture. Patch contributed by Donald Stewart . --- configure.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configure.in b/configure.in index 5f62134..da1ca9c 100644 --- a/configure.in +++ b/configure.in @@ -233,6 +233,15 @@ i[[3456]]86-next-nextstep3) HostVendor_CPP='next' HostOS_CPP='nextstep3' ;; +m68k-*-openbsd*) + HostPlatform=m68k-unknown-openbsd + TargetPlatform=m68k-unknown-openbsd + BuildPlatform=m68k-unknown-openbsd + HostPlatform_CPP='m68k_unknown_openbsd' + HostArch_CPP='m68k' + HostVendor_CPP='unknown' + HostOS_CPP='openbsd' + ;; m68k-sun-sunos4*) HostPlatform=m68k-sun-sunos4 TargetPlatform=m68k-sun-sunos4 #hack -- 1.7.10.4