aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2014-06-11 10:53:28 +0200
committerHenrik Nord <[email protected]>2014-06-11 10:53:28 +0200
commit18615c8555c38b98486d5e29257178f06c810a09 (patch)
tree881dced29f66239417b72992e4a8cf97999fe936 /erts
parent7372e3e8adc6cc9f0b59a4bc47ea0a1af3e5fd1f (diff)
parent3dd95149212105fd796cb6f03901e0f6a0b94575 (diff)
downloadotp-18615c8555c38b98486d5e29257178f06c810a09.tar.gz
otp-18615c8555c38b98486d5e29257178f06c810a09.tar.bz2
otp-18615c8555c38b98486d5e29257178f06c810a09.zip
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r--erts/configure.in5
-rw-r--r--[-rwxr-xr-x]erts/emulator/beam/erl_bif_info.c0
-rw-r--r--[-rwxr-xr-x]erts/emulator/beam/global.h0
-rw-r--r--[-rwxr-xr-x]erts/emulator/sys/win32/sys.c0
4 files changed, 4 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 04303da4f8..f66110b98b 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -673,6 +673,7 @@ case $chk_arch_ in
x86_64) ARCH=amd64;;
amd64) ARCH=amd64;;
macppc) ARCH=ppc;;
+ powerpc) ARCH=ppc;;
ppc) ARCH=ppc;;
ppc64) ARCH=ppc64;;
"Power Macintosh") ARCH=ppc;;
@@ -680,8 +681,10 @@ case $chk_arch_ in
armv5teb) ARCH=arm;;
armv5tel) ARCH=arm;;
armv5tejl) ARCH=arm;;
- armv6l) ARCH=arm;;
+ armv6l) ARCH=arm;;
+ armv6hl) ARCH=arm;;
armv7l) ARCH=arm;;
+ armv7hl) ARCH=arm;;
tile) ARCH=tile;;
*) ARCH=noarch;;
esac
diff --git a/erts/emulator/beam/erl_bif_info.c b/erts/emulator/beam/erl_bif_info.c
index 4d5e55aaf5..4d5e55aaf5 100755..100644
--- a/erts/emulator/beam/erl_bif_info.c
+++ b/erts/emulator/beam/erl_bif_info.c
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 891046a8b5..891046a8b5 100755..100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
diff --git a/erts/emulator/sys/win32/sys.c b/erts/emulator/sys/win32/sys.c
index ae44c8424f..ae44c8424f 100755..100644
--- a/erts/emulator/sys/win32/sys.c
+++ b/erts/emulator/sys/win32/sys.c