Skip to content

Commit

Permalink
remove hppa64 port, which we never got going beyond broken single users.
Browse files Browse the repository at this point in the history
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis
  • Loading branch information
deraadt committed May 11, 2016
1 parent c220763 commit 0f52757
Show file tree
Hide file tree
Showing 215 changed files with 74 additions and 30,882 deletions.
4 changes: 2 additions & 2 deletions Makefile.cross
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile.cross,v 1.84 2016/03/09 16:28:44 deraadt Exp $
# $OpenBSD: Makefile.cross,v 1.85 2016/05/11 21:52:48 deraadt Exp $

cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var
Expand Down Expand Up @@ -27,7 +27,7 @@ TARGET_CPU?= ${TARGET_ARCH}

# List of LP64 archs
# XXX move to bsd.*.mk?
LP64_ARCH = amd64 alpha hppa64 ia64 mips64 sparc64
LP64_ARCH = amd64 alpha mips64 sparc64

TARGET_IS_LP64 =
MACHINE_IS_LP64 =
Expand Down
2,048 changes: 0 additions & 2,048 deletions distrib/sets/lists/base/md.hppa64

This file was deleted.

230 changes: 0 additions & 230 deletions distrib/sets/lists/comp/md.hppa64

This file was deleted.

Empty file removed distrib/sets/lists/etc/md.hppa64
Empty file.
Empty file removed distrib/sets/lists/game/md.hppa64
Empty file.
Empty file removed distrib/sets/lists/man/md.hppa64
Empty file.
6 changes: 0 additions & 6 deletions distrib/sets/lists/man/mi
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,6 @@
./usr/share/man/man5/hostname.if.5
./usr/share/man/man5/hosts.5
./usr/share/man/man5/hppa
./usr/share/man/man5/hppa64
./usr/share/man/man5/httpd.conf.5
./usr/share/man/man5/i386
./usr/share/man/man5/ifstated.conf.5
Expand Down Expand Up @@ -2236,11 +2235,6 @@
./usr/share/man/man8/hppa/boot.8
./usr/share/man/man8/hppa/boot_hppa.8
./usr/share/man/man8/hppa/mkboot.8
./usr/share/man/man8/hppa64
./usr/share/man/man8/hppa64/MAKEDEV.8
./usr/share/man/man8/hppa64/boot.8
./usr/share/man/man8/hppa64/boot_hppa64.8
./usr/share/man/man8/hppa64/mkboot.8
./usr/share/man/man8/httpd.8
./usr/share/man/man8/i386
./usr/share/man/man8/i386/MAKEDEV.8
Expand Down
7 changes: 1 addition & 6 deletions distrib/special/installboot/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2016/03/09 16:28:45 deraadt Exp $
# $OpenBSD: Makefile,v 1.6 2016/05/11 21:52:48 deraadt Exp $

.PATH: ${.CURDIR}/../../../usr.sbin/installboot

Expand Down Expand Up @@ -33,11 +33,6 @@ CFLAGS += -DBOOTSTRAP
SRCS += hppa_installboot.c
.endif

.if ${MACHINE} == "hppa64"
CFLAGS += -DBOOTSTRAP
SRCS += hppa64_installboot.c
.endif

.if ${MACHINE} == "i386"
CFLAGS += -DSOFTRAID
SRCS += i386_installboot.c
Expand Down
4 changes: 2 additions & 2 deletions etc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.422 2016/04/25 20:38:10 tedu Exp $
# $OpenBSD: Makefile,v 1.423 2016/05/11 21:52:48 deraadt Exp $

TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
Expand Down Expand Up @@ -269,7 +269,7 @@ distrib:
bootblocks ${ALL_KERNELS}

SUBDIR+= etc.alpha etc.amd64 etc.armish etc.armv7
SUBDIR+= etc.hppa etc.hppa64 etc.i386 etc.landisk etc.loongson etc.luna88k
SUBDIR+= etc.hppa etc.i386 etc.landisk etc.loongson etc.luna88k
SUBDIR+= etc.macppc etc.octeon
SUBDIR+= etc.sgi etc.socppc etc.sparc etc.sparc64 etc.zaurus

Expand Down
Loading

0 comments on commit 0f52757

Please sign in to comment.