1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

Fix a typo in comment.

This commit is contained in:
Pavel Janík 2001-09-28 15:50:04 +00:00
parent 83100e0a9c
commit 75bec7521d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* s/gnu-linux.h: Fix a typo in comment.
2001-09-28 Andreas Schwab <schwab@suse.de>
* s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z

View file

@ -187,7 +187,7 @@ Boston, MA 02111-1307, USA. */
#endif /* __mips__ */
/* Link temacs with -z nocombreloc so that unexec works right, whether or
not -z combreloc is the default. GNU ld ignores unknown -z KEYOWRD
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 -z nocombreloc