summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2004-01-24 16:27:32 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commitbeba34dc223aa0dcf3e5f696966c5e8408b022c3 (patch)
treeea0523ac242bd3e877338e9a771b975d4cd3839a /Changes
parentb5dac1e3bdd01a2ce105df747a9073ff0d6a94e2 (diff)
downloaddev86-beba34dc223aa0dcf3e5f696966c5e8408b022c3.tar.gz
Import Dev86src-0.16.15.tar.gzv0.16.15
Diffstat (limited to 'Changes')
-rw-r--r--Changes27
1 files changed, 27 insertions, 0 deletions
diff --git a/Changes b/Changes
index 680d76d..5c5210a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,32 @@
For version 0.16.*.
+> WARNING to distributions: I've altered the install scripts and paths
+ you will want to check them. Altered paths for bcc.c and normal
+ installs, defaults should now be good for distributions where bcc is a
+ cross compiler. If you set the PREFIX to / it'll install to suggested
+ Native paths. As86_encap moved to LIBDIR.
+
+> I've altered 'perror' and 'strerror' to be normal when compiled for
+ everything except libc_f.a. Only that library it look for the
+ liberror.txt file and it now looks in "/lib/liberror.txt".
+ This means there's no need to install it anywhere except ELKS itself.
+
+> Change -Mg option to use uclibc as glibc2 seems to have stopped working.
+
+> ar.c switch to usnig strerror.
+
+> Move elksemu, it's used like a shared library but is best treated like
+ an emulator so it's now installed in DISTBIN. Also on Linux-386 it's
+ compiled using the system compiler.
+
+> Use the POSIX -R argument to cp rather than the normal standard -r because
+ some new systems have decided to stop supporting their '-r' option.
+
+> Oops, the constant error strings in the assembler were char pointers not
+ char arrays, small waste of space.
+
+> Allow for Linux-2.6 32bit dev_t.
+
> More changes so it compiles better on 'other' machines.
Removed some GNU-Make'isms in the top header file.