summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-26 07:08:04 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-26 07:08:04 (EDT)
commit826858aad80a6878dc6f85824fa05a5b5b4f217c (patch)
tree8c2c2fe552c42b7f35585acac853579668677aae
parent8fa0fd1933ea75fa84c2da4c5a5537efaedae10d (diff)
Rename patch file and adjust patch description.
-rw-r--r--patches/01_allow-more-dirs-to-be-configured.patch (renamed from patches/01_pass-some-dirs-to-child-makes.patch)5
1 files changed, 4 insertions, 1 deletions
diff --git a/patches/01_pass-some-dirs-to-child-makes.patch b/patches/01_allow-more-dirs-to-be-configured.patch
index 6b44792..4c06bec 100644
--- a/patches/01_pass-some-dirs-to-child-makes.patch
+++ b/patches/01_allow-more-dirs-to-be-configured.patch
@@ -1,7 +1,10 @@
-Description: Pass some dir paths to child makes
+Description: Allow more directories to be configured.
libsubdir, libexecsubdir, libsubincludedir, fincludedir, and toolexeclibdir are
hardcoded in many makefiles. MULTIOSDIR is hardcoded in gcc/Makefile.in. We
want to change these values.
+ .
+ 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>
diff -Naur src.orig/gcc/gcc.c src/gcc/gcc.c