changeset 4560:fd322df485bb

Support PARISC architecture.
author andrew
date Thu, 22 Sep 2011 01:24:15 +0100
parents bda2694959de
children 36b175c67e06
files make/common/shared/Compiler-gcc.gmk
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/shared/Compiler-gcc.gmk	Thu Sep 22 01:20:43 2011 +0100
+++ b/make/common/shared/Compiler-gcc.gmk	Thu Sep 22 01:24:15 2011 +0100
@@ -112,6 +112,11 @@
     REQUIRED_CC_VER = 3.2
     REQUIRED_GCC_VER = 3.2.*
   endif
+  ifneq ("$(findstring parisc,$(ARCH))", "")
+    # mips
+    REQUIRED_CC_VER = 4.4
+    REQUIRED_GCC_VER = 4.4.*
+  endif
   ifneq ("$(findstring ppc,$(ARCH))", "")
     # ppc or ppc64
     REQUIRED_CC_VER = 3.2