This is an automated email from Gerrit.

Andreas Fritiofson ([email protected]) just uploaded a new patch set 
to Gerrit, which you can find at http://openocd.zylin.com/3885

-- gerrit

commit df4006ed44ee152bd09aa8ff36c88cd1c86bb59d
Author: Andreas Fritiofson <[email protected]>
Date:   Fri Nov 18 21:21:10 2016 +0100

    Deprecate ZY1000, ioutils and oocd_trace
    
    These have not been maintained for a very long time so I say it's
    time we remove them.
    
    Change-Id: Ic091978d734be09347e271736df0f7f7f9095243
    Signed-off-by: Andreas Fritiofson <[email protected]>

diff --git a/configure.ac b/configure.ac
index c5c543e..1e2f104 100644
--- a/configure.ac
+++ b/configure.ac
@@ -753,3 +753,26 @@ m4_foreach([adapter], [USB1_ADAPTERS, USB_ADAPTERS, 
USB0_ADAPTERS,
        ])
 ])
 echo
+
+AS_IF([test "x$build_oocd_trace" = "xyes"], [
+  echo 'WARNING! Deprecated configure option (--enable-oocd_trace)'
+  echo 'The oocd_trace driver is deprecated and will be removed in the next 
release.'
+  echo 'If you regularly use this driver, please report to the OpenOCD Mailing 
List.'
+  echo
+])
+
+AS_IF([test "x$build_zy1000" = "xyes" -o "x$build_zy1000_master" = "xyes"], [
+  echo 'WARNING! Deprecated configure option (--enable-zy1000, 
--enable-zy1000-master)'
+  echo 'Support for the ZY1000 platform is deprecated and will be removed in 
the next'
+  echo 'release. If you regularly use this platform, please report to the 
OpenOCD'
+  echo 'Mailing List.'
+  echo
+])
+
+AS_IF([test "x$build_ioutil" = "xyes"], [
+  echo 'WARNING! Deprecated configure option (--enable-ioutil)'
+  echo 'Support for the ioutil functions is deprecated and will be removed in 
the next'
+  echo 'release. If you regularly depend on this functionality, please report 
to the'
+  echo 'OpenOCD Mailing List.'
+  echo
+])

-- 

------------------------------------------------------------------------------
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to