From 826858aad80a6878dc6f85824fa05a5b5b4f217c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 26 Apr 2013 07:08:04 -0400 Subject: Rename patch file and adjust patch description. --- 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" diff -Naur src.orig/gcc/gcc.c src/gcc/gcc.c -- cgit v0.9.1