diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-29 22:58:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-29 22:58:51 +0000 |
commit | 36fb08ee530acc9851b397d15ec8ad9ad73389fc (patch) | |
tree | 678ecd0287ffbafeadd93278a80ff1f13ae9e9b9 | |
parent | 6be99c4f23947425a34d1b29559f2a775d28b63f (diff) | |
download | bcm5719-llvm-36fb08ee530acc9851b397d15ec8ad9ad73389fc.tar.gz bcm5719-llvm-36fb08ee530acc9851b397d15ec8ad9ad73389fc.zip |
Enable buidling of programs on Linux again
llvm-svn: 3984
-rw-r--r-- | llvm/test/Makefile.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index 759c7dba21b..5c6a96388aa 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/test/Makefile.tests @@ -42,7 +42,7 @@ TESTRUNR = $(LEVEL)/test/TestRunner.sh NATGCC = /usr/dcs/software/supported/bin/gcc CP = /bin/cp -f -ifndef DISABLE_LLC +ifndef DISABLE_LLC_DIFFS CC = /opt/SUNWspro/bin/cc AS = /opt/SUNWspro/bin/cc DIS = /usr/ccs/bin/dis |