diff options
author | David Krause <david@cvs.openbsd.org> | 2004-07-20 06:24:06 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-07-20 06:24:06 +0000 |
commit | 7f0f48c15a908701b5bff833e10f7fbbecec8034 (patch) | |
tree | f46530e9cad89521fa84d2226a01d7c556281cbc /regress/gnu/egcs/Makefile | |
parent | a94f0274fd7522f1f07d482c4dc2022e32c731e8 (diff) |
comment out gcc,libiberty,libf2c regress tests until they are working right
Diffstat (limited to 'regress/gnu/egcs/Makefile')
-rw-r--r-- | regress/gnu/egcs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/gnu/egcs/Makefile b/regress/gnu/egcs/Makefile index 4c68ccac8e4..19c891e0b27 100644 --- a/regress/gnu/egcs/Makefile +++ b/regress/gnu/egcs/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2004/07/09 21:00:26 david Exp $ +# $OpenBSD: Makefile,v 1.4 2004/07/20 06:24:05 david Exp $ -SUBDIR+= gcc gcc-bounds libiberty libf2c +SUBDIR+= gcc-bounds +#SUBDIR+= gcc libiberty libf2c install: |