aboutsummaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2000-05-01 23:35:35 +0200
committerTom Tromey <tromey@gcc.gnu.org>2000-05-01 21:35:35 +0000
commit91bffbe9d6060e79715ae15924af89d90f86be27 (patch)
tree1079f4923cb1b76a3f9deaf5a958bb7d88fcc6d3 /libffi/ChangeLog
parent7e04d3c7e31e1a98cab960f7bfe30e500281d435 (diff)
downloadgcc-91bffbe9d6060e79715ae15924af89d90f86be27.zip
gcc-91bffbe9d6060e79715ae15924af89d90f86be27.tar.gz
gcc-91bffbe9d6060e79715ae15924af89d90f86be27.tar.bz2
Makefile.am (SUBDIRS): Define.
2000-04-28 Jakub Jelinek <jakub@redhat.com> * Makefile.am (SUBDIRS): Define. (AM_MAKEFLAGS): Likewise. (Multilib support.): Add section. * Makefile.in: Rebuilt. * ltconfig (extra_compiler_flags, extra_compiler_flags_value): New variables. Set for gcc using -print-multi-lib. Export them to libtool. (sparc64-*-linux-gnu*): Use libsuff 64 for search paths. * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options for -shared links. (extra_compiler_flags_value, extra_compiler_flags): Check these for extra compiler options which need to be passed down in compiler_flags. From-SVN: r33586
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 16f19b2..bdccdec 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,19 @@
+2000-04-28 Jakub Jelinek <jakub@redhat.com>
+
+ * Makefile.am (SUBDIRS): Define.
+ (AM_MAKEFLAGS): Likewise.
+ (Multilib support.): Add section.
+ * Makefile.in: Rebuilt.
+ * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
+ New variables. Set for gcc using -print-multi-lib. Export them
+ to libtool.
+ (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
+ * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
+ for -shared links.
+ (extra_compiler_flags_value, extra_compiler_flags): Check these
+ for extra compiler options which need to be passed down in
+ compiler_flags.
+
2000-04-16 Anthony Green <green@redhat.com>
* configure: Rebuilt.