summaryrefslogtreecommitdiffstats
path: root/utils/ABITest/single-args-64
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-08 22:49:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-08 22:49:52 +0000
commitb80ce0142d97905305c7d33473c1c87e8dc4665c (patch)
tree83e5d4444d088616149f0735677e9535ee0aa2d4 /utils/ABITest/single-args-64
parent48df17b8bfcd7a53f147ce00679a1b3976da179c (diff)
ABITest: Move more of the common Makefile bits into the common
Makefile. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/ABITest/single-args-64')
-rw-r--r--utils/ABITest/single-args-64/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/ABITest/single-args-64/Makefile b/utils/ABITest/single-args-64/Makefile
index 8653cf4514..b8acb70c13 100644
--- a/utils/ABITest/single-args-64/Makefile
+++ b/utils/ABITest/single-args-64/Makefile
@@ -4,17 +4,6 @@
# file, and TESTARGS is used to change the type generation. Make sure
# to 'make clean' after changing either of these parameters.
-COUNT := 1
-TIMEOUT := 5
-
-CFLAGS := -std=gnu99
-
-X_COMPILER := gcc
-X_LL_CFLAGS := -emit-llvm -S
-Y_COMPILER := clang
-Y_LL_CFLAGS := -emit-llvm -S
-CC := gcc
-
X_CFLAGS := -m64
Y_CFLAGS := -m64
CC_CFLAGS := -m64