diff options
author | Emil Velikov <[email protected]> | 2017-02-07 15:53:14 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-10 11:47:24 +0000 |
commit | b3b415609d06c0e50880437073fcb369f4e4f625 (patch) | |
tree | 1192ac3dad9e8d410ecb78c859df06ad19f3b3a6 /docs/relnotes/17.1.0.html | |
parent | bdd6147e29eb96645b7bf9bb50e9ccc252512be3 (diff) |
configure.ac: supersede --enable-gallium-llvm over --enable-llvm
Currently we have extra (somewhat questionable) modularity, such that
one could build some parts with LLVM while others w/o.
That is extremely fragile, error prone and requires quite noticable
amount of code throughout.
Thus lets deprecate the gallium toggle in faviour of the generic one.
The former will throw a warning when set, and it will be overwritten by
the latter. This will allow gradual transition w/o breaking people's
scripts.
v2: Rebase, document in release notes.
Cc: Dave Airlie <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tobias Droste <[email protected]> (v1)
Diffstat (limited to 'docs/relnotes/17.1.0.html')
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index 6a0dae4e36b..a65bc73431b 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -55,6 +55,7 @@ Note: some of the new features are only available with certain drivers. <h2>Changes</h2> <li>Removed the ilo gallium driver.</li> +<li>The configure option --enable-gallium-llvm is superseded by --enable-llvm.</li> </div> </body> |