- mention mips64el where applicable
ok espie@ ajacoutot@
This commit is contained in:
parent
4e047754dc
commit
923a684afc
@ -1,6 +1,6 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: bsd.port.mk,v 1.973 2010/01/28 10:09:06 espie Exp $
|
||||
# $OpenBSD: bsd.port.mk,v 1.974 2010/02/05 13:06:03 jasper Exp $
|
||||
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
|
||||
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
|
||||
#
|
||||
@ -108,7 +108,7 @@ ARCH ?!= uname -m
|
||||
OPSYS = OpenBSD
|
||||
OPSYS_VER = ${OSREV}
|
||||
|
||||
LP64_ARCHS = alpha amd64 hppa64 sparc64 mips64
|
||||
LP64_ARCHS = alpha amd64 hppa64 sparc64 mips64 mips64el
|
||||
NO_SHARED_ARCHS = m88k vax
|
||||
|
||||
# Set NO_SHARED_LIBS for those machines that don't support shared libraries.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $OpenBSD: gen-package-pages,v 1.19 2009/10/26 20:17:15 pvalchev Exp $
|
||||
# $OpenBSD: gen-package-pages,v 1.20 2010/02/05 13:06:04 jasper Exp $
|
||||
|
||||
# Copyright (c) 2004 Michael Coulter
|
||||
#
|
||||
@ -44,7 +44,7 @@ our $osrev = "4.6";
|
||||
our $debug = 0;
|
||||
our $html;
|
||||
|
||||
my @arches = qw(alpha amd64 arm hppa i386 mips64 powerpc sh sparc sparc64 vax);
|
||||
my @arches = qw(alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc sparc64 vax);
|
||||
my $pkgpath = "/home/ftp/pub/OpenBSD/$osrev/packages";
|
||||
my $htmlbase = "html";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user