Browse Source
Merge pull request #1899 from brada4/fbsd12
Add mutually supported architecture mappings for FreeBSD12 ports
tags/v0.3.5
Martin Kroeker
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
Makefile.system
|
|
|
@@ -11,9 +11,13 @@ endif |
|
|
|
|
|
|
|
# Catch conflicting usage of ARCH in some BSD environments |
|
|
|
ifeq ($(ARCH), amd64) |
|
|
|
override ARCH=x86_64 |
|
|
|
override ARCH=x86_64 |
|
|
|
else ifeq ($(ARCH), powerpc64) |
|
|
|
override ARCH=power |
|
|
|
else ifeq ($(ARCH), i386) |
|
|
|
override ARCH=x86 |
|
|
|
else ifeq ($(ARCH), aarch64) |
|
|
|
override ARCH=arm64 |
|
|
|
endif |
|
|
|
|
|
|
|
NETLIB_LAPACK_DIR = $(TOPDIR)/lapack-netlib |
|
|
|
|