]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 23 Apr 2010 07:37:42 +0000 (00:37 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 23 Apr 2010 07:37:42 +0000 (00:37 -0700)
* s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.

src/ChangeLog
src/s/netbsd.h
src/s/openbsd.h

index d108a969883e5dafd335efaaa87fd6cef98f6834..9e08f6a89778d69a5cad58aaeecafc26533432f4 100644 (file)
@@ -1,5 +1,8 @@
 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
+       * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
+
        Simplify STARTFILES definition.
        * s/hpux10-20.h (START_FILES): Explicitly define here instead of
        relying on Makefile.in to define it.
index 682b9482352797f225ae2bfba2263868719fa98d..d9c6a1fd3f30e12ee98cbc3a0c230153f0498b5e 100644 (file)
@@ -56,13 +56,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #define C_SWITCH_SYSTEM -I/usr/X11R6/include -I/usr/pkg/include -I/usr/local/include -L/usr/pkg/lib -L/usr/local/lib
 
-/* Link temacs with -z nocombreloc so that unexec works right, whether or
-   not -z combreloc is the default.  GNU ld ignores unknown -z KEYWORD
-   switches, so this also works with older versions that don't implement
-   -z combreloc.  */
-
-#define LD_SWITCH_SYSTEM_TEMACS -Wl,-z,nocombreloc
-
 /* On post 1.3 releases of NetBSD, gcc -nostdlib also clears
    the library search parth, i.e. it won't search /usr/lib
    for libc and friends. Using -nostartfiles instead avoids
index a74601d3ad889884898d724e915064514dde60fd..c71aea4c9d4a4c80421f9566fd5428ee61ed0da9 100644 (file)
@@ -17,7 +17,6 @@
 #define TERMINFO
 #define LIBS_TERMCAP -lncurses
 
-#undef LD_SWITCH_SYSTEM_TEMACS
 #undef LD_SWITCH_SYSTEM
 
   /*  Han Boetes <han@mijncomputer.nl> says this