summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-02-19 22:30:48 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:05 +0200
commitbad9f4c53148a65138128ad8683d689535eca878 (patch)
tree48b2d06db4adc3fd74f7ef4afa511e7ed4d9c9c5 /ChangeLog
parent45268d3812e359e15cb1b4dacbe86e985e5ba305 (diff)
2007-02-19 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.am (gnumach_LINKFLAGS): New variable. (gnumach_LINK): Use that one instead of the previously used `LINKFLAGS_gnumach'. * i386/Makefrag.am (LINKFLAGS_gnumach): Rename to `gnumach_LINKFLAGS', move into [PLATFORM_at] and pass `_START'. * i386/ldscript: Don't hardcode a _start address of 0x100000, but make it configurable via `_START'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3379e8..b68945c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-02-19 Thomas Schwinge <tschwinge@gnu.org>
+ * Makefile.am (gnumach_LINKFLAGS): New variable.
+ (gnumach_LINK): Use that one instead of the previously used
+ `LINKFLAGS_gnumach'.
+ * i386/Makefrag.am (LINKFLAGS_gnumach): Rename to `gnumach_LINKFLAGS',
+ move into [PLATFORM_at] and pass `_START'.
+ * i386/ldscript: Don't hardcode a _start address of 0x100000, but make
+ it configurable via `_START'.
+
Add a `--enable-platform' option for future use. Allow building
without any Linux code.
* Makefile.am: Don't include `linux/Makefrag.am' in there...