From: Edward O'Callaghan Date: Mon, 26 Oct 2009 02:37:56 +0000 (+0000) Subject: Fix gmake check for AuroraUX triple. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7e43439e817b585b05a0b7d5b8734f79345ed650;p=oota-llvm.git Fix gmake check for AuroraUX triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 4955c2eb895..ede1b443174 100644 --- a/test/Makefile +++ b/test/Makefile @@ -78,9 +78,13 @@ endif # Both AuroraUX & Solaris do not have the -m flag for ulimit ifeq ($(HOST_OS),SunOS) ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ; -else +else # !SunOS +ifeq ($(HOST_OS),AuroraUX) +ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ; +else # !AuroraUX ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 512000 ; -endif +endif # AuroraUX +endif # SunOS ifneq ($(RUNTEST),) check-local:: site.exp