# HG changeset patch # User gbenson # Date 1258970681 0 # Node ID 1258c05e707af55f96db128d893353547bfcd11a # Parent 09e0b33177af2b98a03c9ca19eedf61440bd1cf6 6903453: Zero build on ARM and IA-64 Summary: Correctly set uname on ARM, and correctly build fdlibm on IA-64 Reviewed-by: ohair diff -r 09e0b33177af -r 1258c05e707a corba/make/common/shared/Platform.gmk --- a/corba/make/common/shared/Platform.gmk Wed Jul 05 17:03:05 2017 +0200 +++ b/corba/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) \ ;; \