Index: Makefile |
diff --git a/Makefile b/Makefile |
index 96d7a7ae4d3208f30d47b9e6278515227dc6b6ed..3887f5a2184ff1bf5e933db68db09653ce1e5ce0 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -201,6 +201,8 @@ ifeq ($(arm_test_noprobe), on) |
GYPFLAGS += -Darm_test_noprobe=on |
endif |
+GYPFLAGS += -Dv8_host_byteorder=$(shell python -c "import sys; print sys.byteorder") |
Sven Panne
2014/09/01 07:55:16
Why???
|
+ |
# ----------------- available targets: -------------------- |
# - "builddeps": pulls in external dependencies for building |
# - "dependencies": pulls in all external dependencies |
@@ -221,7 +223,7 @@ endif |
# Architectures and modes to be compiled. Consider these to be internal |
# variables, don't override them (use the targets instead). |
-ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 |
+ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 ppc ppc64 |
DEFAULT_ARCHES = ia32 x64 arm |
MODES = release debug optdebug |
DEFAULT_MODES = release debug |