BIT-1430: Improve cross compilation support

* Add --toolchain= configure option

* Add --with-bifcl= configure option

* Change --with-binpac= configure option to mean "path to binpac
  executable"

* Add an example of how to use the above options for cross compiling
  Bro to the docs
This commit is contained in:
Jon Siwek 2018-04-27 11:01:03 -05:00
parent 19389ad350
commit 4e9a8e02e0
7 changed files with 121 additions and 4 deletions

11
CHANGES
View file

@ -1,4 +1,15 @@
2.5-527 | 2018-04-27 11:01:03 -0500
* BIT-1430: Improve cross compilation support (Corelight)
* Add --toolchain= configure option
* Add --with-bifcl= configure option
* Change --with-binpac= configure option to mean "path to binpac
executable"
2.5-526 | 2018-04-25 11:06:50 -0500
* BIT-1914: comment out &check usages now that they emit warnings