(install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.
[emacs.git] / src / s / sol2-6.h
blob3ba9ed1f5bd7f64f88527c6f038fe311724a9912
1 /* Handle Solaris 2.6. */
3 #include "sol2-5.h"
5 #if 0 /* dldump does not handle all the extensions used by GNU ld. */
6 #undef UNEXEC
7 #define UNEXEC unexsol.o
8 #endif
10 /* "Dennis McRitchie" <dmcr@Princeton.EDU> reported failures
11 with GNU ld without this. */
13 #define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
15 /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
16 (do not change this comment) */