| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -806,6 +806,9 @@ UNAME_M=$(shell uname -m) | |||
| 806 | 806 | ifeq ($(findstring x86_64,$(UNAME_M)),x86_64) | |
| 807 | 807 | DESTCPU ?= x64 | |
| 808 | 808 | else | |
| 809 | + ifeq ($(findstring amd64,$(UNAME_M)),amd64) | ||
| 810 | + DESTCPU ?= x64 | ||
| 811 | + else | ||
| 809 | 812 | ifeq ($(findstring ppc64,$(UNAME_M)),ppc64) | |
| 810 | 813 | DESTCPU ?= ppc64 | |
| 811 | 814 | else | |
@@ -865,6 +868,7 @@ endif | |||
| 865 | 868 | endif | |
| 866 | 869 | endif | |
| 867 | 870 | endif | |
| 871 | + endif | ||
| 868 | 872 | ||
| 869 | 873 | # node and v8 use different arch names (e.g. node 'x86' vs v8 'ia32'). | |
| 870 | 874 | # pass the proper v8 arch name to $V8_ARCH based on user-specified $DESTCPU. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments