diff options
author | tv <tv@pkgsrc.org> | 1998-08-12 17:12:09 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-12 17:12:09 +0000 |
commit | 9f0d051318440e21320327a9c0fd1f12f88ebaf3 (patch) | |
tree | ffe709727d5415481f834d2fb9e3b1ac7531b461 /cross/COMMON | |
parent | d688042d153129472ff0e06463b5491dbf1e7f4a (diff) | |
download | pkgsrc-9f0d051318440e21320327a9c0fd1f12f88ebaf3.tar.gz |
Quell HAVE_VPRINTF warning until this is fixed in the egcs distfile.
Diffstat (limited to 'cross/COMMON')
-rw-r--r-- | cross/COMMON/patches-egcs-ss/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cross/COMMON/patches-egcs-ss/patch-ab b/cross/COMMON/patches-egcs-ss/patch-ab new file mode 100644 index 00000000000..6ddc6a8e0f1 --- /dev/null +++ b/cross/COMMON/patches-egcs-ss/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1 1998/08/12 17:12:09 tv Exp $ + +--- gcc/config/xm-netbsd.h.orig Wed Aug 12 10:36:54 1998 ++++ gcc/config/xm-netbsd.h Wed Aug 12 10:37:01 1998 +@@ -22,5 +22,3 @@ + running NetBSD. This file should not be specified as $xm_file itself; + instead $xm_file should be CPU/xm-netbsd.h, which should include both + CPU/xm-CPU.h and this file xm-netbsd.h. */ +- +-#define HAVE_VPRINTF |