aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-23 15:22:06 -0700
committerDan Nicolaescu2010-04-23 15:22:06 -0700
commit4196ff33d3a754ad32ec923f3246c936e55cecce (patch)
tree53794e246cd65176ace143fa90be19bc64a088a7 /src
parent879b0ee46ed139f2263c0f34917aeeb15f9269bf (diff)
downloademacs-4196ff33d3a754ad32ec923f3246c936e55cecce.tar.gz
emacs-4196ff33d3a754ad32ec923f3246c936e55cecce.zip
* s/cygwin.h (LIBS_DEBUG): Remove, unused.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/cygwin.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d1ca5ac7886..7a7fd00446e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 12010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
4
3 Remove redundant flags. 5 Remove redundant flags.
4 * s/freebsd.h (C_SWITCH_SYSTEM): 6 * s/freebsd.h (C_SWITCH_SYSTEM):
5 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): 7 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 914f11f1bba..1141f0bbd5e 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -138,7 +138,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
138/* Don't list system libs on link command line */ 138/* Don't list system libs on link command line */
139#define LIB_STANDARD 139#define LIB_STANDARD
140#define LIB_MATH 140#define LIB_MATH
141#define LIBS_DEBUG
142 141
143#define START_FILES ecrt0.o 142#define START_FILES ecrt0.o
144 143