summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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