Mercurial > emacs
diff src/ChangeLog @ 108092:a1271a8f377e
Remove redundant flags.
* s/freebsd.h (C_SWITCH_SYSTEM):
* s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
* s/netbsd.h (C_SWITCH_SYSTEM):
* s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
of these.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 23 Apr 2010 15:18:49 -0700 |
parents | 992e676c0285 |
children | 783e1b7c827d |
line wrap: on
line diff
--- a/src/ChangeLog Fri Apr 23 15:14:14 2010 -0700 +++ b/src/ChangeLog Fri Apr 23 15:18:49 2010 -0700 @@ -1,5 +1,12 @@ 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> + Remove redundant flags. + * s/freebsd.h (C_SWITCH_SYSTEM): + * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): + * s/netbsd.h (C_SWITCH_SYSTEM): + * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care + of these. + Simplify m/intel386.h. * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only user: ecrt0.c.