diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-03-19 17:11:38 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:06 +0200 |
commit | 7e0bd268fecabbda766ed8619cfbeee34adf7007 (patch) | |
tree | 58e1b05b00c71519e971ecfab4893cedf1aafae4 /i386 | |
parent | 058c15bb80182783bb8dc53e268e869f62e22b42 (diff) |
2007-03-19 Tim Retout <tim@retout.co.uk>
* i386/ldscript: Correct 'LINKFLAGS_gnumach' in comment.
Diffstat (limited to 'i386')
-rw-r--r-- | i386/ldscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/ldscript b/i386/ldscript index 2195af3..55a1284 100644 --- a/i386/ldscript +++ b/i386/ldscript @@ -50,7 +50,7 @@ SECTIONS * There are specific requirements about entry points, so we have it * configurable via `_START': `.text' will begin there and `.text.start' will * be first in there. See also `i386/i386at/boothdr.S' and - * `LINKFLAGS_gnumach' in `i386/Makefrag.am'. + * `gnumach_LINKFLAGS' in `i386/Makefrag.am'. */ . = _START; .text : |