summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2016-11-24 18:43:24 -0500
committerWill Estes <westes575@gmail.com>2016-11-24 18:50:21 -0500
commit6bea32e937058ddba2812581b1396ff35aae8d70 (patch)
treebc896afadd61b6ebe3e35fa3c299dd1c0b5c7be2 /NEWS
parent223f2978251eed860cee49a08f477d3aa883700c (diff)
doc: note no more libcompat in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc5965a..dcbaa3d 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ See the file COPYING for copying conditions.
** build
+*** The compatibility functions in lib/ are no longer built as a
+ library. Instead, they are built as $(LIBOBJ) objects. This is
+ simpler and friendlier to cross compilation.
+
*** It is now possible to build flex without building the accompanying
libfl. This is friendlier to cross compilation. See the
--disable-libfl option to configure. Resolves #99.