diff options
| author | Dan Nicolaescu | 2010-10-10 08:35:04 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-10-10 08:35:04 -0700 |
| commit | a4daeecfef2bf5822f2b514b2878391b90edf741 (patch) | |
| tree | b099f5110bc376c1b4b584112d569e00f870a0db /lib-src/ChangeLog | |
| parent | 4cf3ad3065d38ec51d6da12d50a83d96860f7db8 (diff) | |
| download | emacs-a4daeecfef2bf5822f2b514b2878391b90edf741.tar.gz emacs-a4daeecfef2bf5822f2b514b2878391b90edf741.zip | |
Pass CFLAGS to the linker.
* configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
* lib-src/Makefile.in (PROFILING_LDFLAGS): Remove, not needed.
* msdos/sed1v2.inp (PROFILING_LDFLAGS):
* msdos/sed3v2.inp (PROFILING_LDFLAGS): Remove, not defined anymore.
* src/Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
(PROFILING_LDFLAGS): Remove, not needed anymore.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 10c93238edd..0f24b234972 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (PROFILING_LDFLAGS): Remove, not needed. | ||
| 4 | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | 5 | 2010-10-09 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * b2m.c, b2m.pl: Remove files. | 7 | * b2m.c, b2m.pl: Remove files. |