changeset 38:e83301fe4687

6903453: Zero build on ARM and IA-64 Summary: Correctly set uname on ARM, and correctly build fdlibm on IA-64 Reviewed-by: ohair
author gbenson
date Mon, 23 Nov 2009 10:04:41 +0000
parents 1b1ca4e4fb76
children 9eeb441e885c
files make/common/shared/Platform.gmk
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/shared/Platform.gmk	Thu Oct 15 13:28:26 2009 +0100
+++ b/make/common/shared/Platform.gmk	Mon Nov 23 10:04:41 2009 +0000
@@ -194,6 +194,9 @@
                 sparc*) \
                     echo sparc \
                     ;; \
+                arm*) \
+                    echo arm \
+                    ;; \
                 *) \
                     echo $(mach) \
                     ;; \