diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2020-05-30 19:22:01 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2020-05-30 19:22:01 +0000 |
commit | d01a6ed3e83d092307a78c338e74727fe73cb539 (patch) | |
tree | 890c6e5318ef1c10407ef8723a479cb0f70d7d5a /Makefile.cross | |
parent | 04736e8a5c4c9204604eac7d8bf55d82d1496563 (diff) |
Initial set of changes to build powerpc64 toolchain.
Disable PIC/PIE for powerpc64 for now.
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index ad5d4f10860..610741b8fe5 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.107 2019/11/07 11:32:23 mpi Exp $ +# $OpenBSD: Makefile.cross,v 1.108 2020/05/30 19:22:00 drahn 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 @@ -28,7 +28,7 @@ TARGET_CPU?= ${TARGET_ARCH} # List of LP64 archs # XXX move to bsd.*.mk? -LP64_ARCH = aarch64 amd64 alpha mips64 mips64el sparc64 +LP64_ARCH = aarch64 amd64 alpha mips64 mips64el sparc64 powerpc64 TARGET_IS_LP64 = MACHINE_IS_LP64 = |