]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-lib64.patch
- updated to 22.3
[packages/emacs.git] / emacs-lib64.patch
1 --- emacs-22.1/src/s/gnu-linux.h.orig   2008-01-03 13:12:45.000000000 +0000
2 +++ emacs-22.1/src/s/gnu-linux.h        2008-01-03 13:13:20.000000000 +0000
3 @@ -190,9 +190,9 @@
4  
5  #ifndef __ELF__
6  /* GNU/Linux usually has crt0.o in a non-standard place */
7 -#define START_FILES pre-crt0.o /usr/lib/crt0.o
8 +#define START_FILES pre-crt0.o /usr/lib64/crt0.o
9  #else
10 -#define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
11 +#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
12  #endif
13  
14  #ifdef __ELF__
15 @@ -244,7 +244,7 @@
16  #else
17  #undef LIB_GCC
18  #define LIB_GCC
19 -#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
20 +#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
21  #endif
22  
23  /* Don't use -g in test compiles in configure.
This page took 0.060537 seconds and 3 git commands to generate.