projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b67f77
)
Fix gmake check for AuroraUX triple.
author
Edward O'Callaghan
<eocallaghan@auroraux.org>
Mon, 26 Oct 2009 02:37:56 +0000
(
02:37
+0000)
committer
Edward O'Callaghan
<eocallaghan@auroraux.org>
Mon, 26 Oct 2009 02:37:56 +0000
(
02:37
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85088
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 4955c2eb8955e6d9e45a2a97dca11f3d3c128123..ede1b443174f69d6f671e5d324247a953cc130d1 100644
(file)
--- 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