diff options
author | 2013-10-17 08:02:14 +0000 | |
---|---|---|
committer | 2013-10-17 08:02:14 +0000 | |
commit | d335c2c784d090b7e0de13aa3490c7db51a9fc7d (patch) | |
tree | 722e461222c69cbb857819f6e7d93fba4bc535d4 /sys/arch/sgi/include | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-d335c2c784d090b7e0de13aa3490c7db51a9fc7d.tar.xz wireguard-openbsd-d335c2c784d090b7e0de13aa3490c7db51a9fc7d.zip |
Remove support for a.out and ecoff. We only do elf now.
ok miod
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/ecoff_machdep.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arch/sgi/include/ecoff_machdep.h b/sys/arch/sgi/include/ecoff_machdep.h deleted file mode 100644 index 23bd9003d24..00000000000 --- a/sys/arch/sgi/include/ecoff_machdep.h +++ /dev/null @@ -1,5 +0,0 @@ -/* $OpenBSD: ecoff_machdep.h,v 1.1 2004/08/06 21:12:19 pefo Exp $ */ - -/* Use Mips generic include file */ - -#include <mips64/ecoff_machdep.h> |