diff options
-rw-r--r-- | patches/01_allow-more-dirs-to-be-configured.patch | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/patches/01_allow-more-dirs-to-be-configured.patch b/patches/01_allow-more-dirs-to-be-configured.patch index 54cd6b2..5a4576b 100644 --- a/patches/01_allow-more-dirs-to-be-configured.patch +++ b/patches/01_allow-more-dirs-to-be-configured.patch @@ -1,11 +1,12 @@ -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" <pj@pehjota.net> +Author: "P. J. McDermott" <pj@pehjota.net> +Subject: 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. diff -Naur src.orig/gcc/gcc.c src/gcc/gcc.c --- src.orig/gcc/gcc.c 2013-03-08 02:25:09.000000000 -0500 |