Fix gmake check for AuroraUX triple.

llvm-svn: 85088
This commit is contained in:
Edward O'Callaghan 2009-10-26 02:37:56 +00:00
parent a3f084ce16
commit 8a8e520937
1 changed files with 6 additions and 2 deletions

View File

@ -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