diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-15 23:59:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-15 23:59:49 (EDT) |
commit | 7d25aa855125dfa44a488c1365e664f1a28836ac (patch) | |
tree | 4bcabaddfbc0adbce43b7a6ded3e6823cca5ba4c | |
parent | d6e5840c22eead963b449241bca40247ce12b9c9 (diff) |
Update my e-mail address.
-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 |