diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | patches/01_allow-more-dirs-to-be-configured.patch | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,4 +2,4 @@ gcc-4.7 (4.7.3+sip1-1) trunk * Initial release. - -- "P. J. McDermott" <pjm@nac.net> Thu, 04 Apr 2013 21:55:36 -0400 + -- "P. J. McDermott" <pj@pehjota.net> Thu, 04 Apr 2013 21:55:36 -0400 @@ -1,4 +1,4 @@ Build-Depends: opkhelper-3.0, libgmp-dev, libmpfr-dev, libmpc-dev, libz.1-dev, dejagnu -Maintainer: "P. J. McDermott" <pjm@nac.net> +Maintainer: "P. J. McDermott" <pj@pehjota.net> Homepage: http://gcc.gnu.org/ diff --git a/patches/01_allow-more-dirs-to-be-configured.patch b/patches/01_allow-more-dirs-to-be-configured.patch index b49fcb5..54cd6b2 100644 --- a/patches/01_allow-more-dirs-to-be-configured.patch +++ b/patches/01_allow-more-dirs-to-be-configured.patch @@ -5,7 +5,7 @@ Description: Allow more directories to be configured. . Also, the GCC driver needs to be told to search for compiler programs and include files in the new user-configured location. -From: "P. J. McDermott" <pjm@nac.net> +From: "P. J. McDermott" <pj@pehjota.net> diff -Naur src.orig/gcc/gcc.c src/gcc/gcc.c --- src.orig/gcc/gcc.c 2013-03-08 02:25:09.000000000 -0500 |