Added patch to define missing variable.

This commit is contained in:
John R. Shannon 2003-12-17 18:40:33 +00:00 committed by Thomas Klausner
parent d53c79e62c
commit 7c7779a8ae
2 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.4 2003/12/17 18:11:59 johnrshannon Exp $
$NetBSD: distinfo,v 1.5 2003/12/17 18:40:33 johnrshannon Exp $
SHA1 (gcc-3.4-20031217.tar.bz2) = ddb7cd96053c62d4d02c880625c38997f0120f67
Size (gcc-3.4-20031217.tar.bz2) = 24621980 bytes
SHA1 (patch-af) = eef0cf2b93939d32134a98a016715c42b9f97f09
SHA1 (patch-ag) = b24945785c6160ceaa2b2f0bb00e75d8efeda4a9
SHA1 (patch-cppspec.c) = eda50b04e73c5fbc2814fcaf85c38214ead1bd3d

View file

@ -0,0 +1,13 @@
$NetBSD: patch-cppspec.c,v 1.1 2003/12/17 18:40:33 johnrshannon Exp $
--- gcc/cppspec.c.orig 2003-12-13 03:51:43.000000000 -0700
+++ gcc/cppspec.c
@@ -86,7 +86,7 @@ lang_specific_driver (int *in_argc, cons
regularly. Default to old behaviour here. XXX - move me to
config/netbsd.h "DEFAULT_CPP_NEED_NO_GCC". */
#ifdef DEFAULT_CPP_NEED_NO_GCC
- need_no_gcc = DEFAULT_CPP_NEED_NO_GCC;
+ int need_no_gcc = DEFAULT_CPP_NEED_NO_GCC;
#endif