changeset 145:28b983e5bb5f

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 937144222e22
children 6881f0383f62
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	Sun Nov 08 14:49:40 2009 -0800
+++ b/make/common/shared/Platform.gmk	Mon Nov 23 10:04:41 2009 +0000
@@ -187,6 +187,9 @@
                 sparc*) \
                     echo sparc \
                     ;; \
+                arm*) \
+                    echo arm \
+                    ;; \
                 *) \
                     echo $(mach) \
                     ;; \