OpenJDK / icedtea / jdk7 / corba
changeset 328:d034cc90ecc2 icedtea-2.0-branchpoint
Add support for SH architecture.
author | andrew |
---|---|
date | Thu, 22 Sep 2011 01:54:17 +0100 |
parents | fb1a37aeb2a1 |
children | 953de8c7bccb |
files | make/common/shared/Platform.gmk |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/make/common/shared/Platform.gmk Thu Sep 22 00:00:57 2011 +0100 +++ b/make/common/shared/Platform.gmk Thu Sep 22 01:54:17 2011 +0100 @@ -172,6 +172,9 @@ arm*) \ echo arm \ ;; \ + sh*) \ + echo sh \ + ;; \ *) \ echo $(mach) \ ;; \ @@ -199,6 +202,9 @@ else ARCH_DATA_MODEL=64 endif + ifeq ($(ARCH), sh) + ARCH_DATA_MODEL=32 + endif endif endif