]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-paths.patch
- more -fvisibility fixes. i'll dropin tarball soon.
[packages/gcc.git] / gcc-paths.patch
1 --- gcc-3.3.3/gcc/gcc.c Sat Dec 22 01:40:45 2001
2 +++ gcc-3.3.3/gcc/gcc.c.new     Sun Dec 23 18:43:36 2001
3 @@ -1160,13 +1160,13 @@
4  /* Supply defaults for the standard prefixes.  */
5  
6  #ifndef STANDARD_EXEC_PREFIX
7 -#define STANDARD_EXEC_PREFIX "/usr/local/lib/gcc-lib/"
8 +#define STANDARD_EXEC_PREFIX "/usr/lib/gcc-lib/"
9  #endif
10  #ifndef TOOLDIR_BASE_PREFIX
11 -#define TOOLDIR_BASE_PREFIX "/usr/local/"
12 +#define TOOLDIR_BASE_PREFIX "/usr/"
13  #endif
14  #ifndef STANDARD_BINDIR_PREFIX
15 -#define STANDARD_BINDIR_PREFIX "/usr/local/bin"
16 +#define STANDARD_BINDIR_PREFIX "/usr/bin"
17  #endif
18  
19  static const char *standard_exec_prefix = STANDARD_EXEC_PREFIX;
This page took 0.023518 seconds and 3 git commands to generate.