emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100888: * configure.in (LINKER, LI


From: Ken Brown
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100888: * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
Date: Sat, 24 Jul 2010 14:44:54 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100888
committer: Ken Brown <address@hidden>
branch nick: trunk
timestamp: Sat 2010-07-24 14:44:54 -0400
message:
  * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-07-24 13:43:48 +0000
+++ b/ChangeLog 2010-07-24 18:44:54 +0000
@@ -1,3 +1,7 @@
+2010-07-24  Ken Brown  <address@hidden>
+
+       * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
+
 2010-07-24  Juanma Barranquero  <address@hidden>
 
        * .bzrignore, .gitignore: Ignore README.W32 on the root directory.

=== modified file 'configure.in'
--- a/configure.in      2010-07-24 01:23:07 +0000
+++ b/configure.in      2010-07-24 18:44:54 +0000
@@ -3326,9 +3326,7 @@
 ORDINARY_LINK=
 case "$opsys" in
   ## gnu: GNU needs its own crt0.
-  aix4-2|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
-
-  cygwin) LINKER="\$(CC)" ;;
+  aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
 
   ## 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
@@ -3381,8 +3379,7 @@
 if test "x$GCC" = "xyes" && test "x$ORDINARY_LINK" != "xyes"; then
 
   case "$opsys" in
-    ## cygwin: don't link against static libgcc.
-    cygwin|freebsd|netbsd|openbsd) LIB_GCC= ;;
+    freebsd|netbsd|openbsd) LIB_GCC= ;;
 
     gnu-*)
       ## address@hidden reported that the lgcc_s flag is necessary to


reply via email to

[Prev in Thread] Current Thread [Next in Thread]