Commit 6992c806 authored by James Almer's avatar James Almer

Merge commit '601f8dde'

* commit '601f8dde':
  configure: Move COMPONENT_LIST to the bottom of CONFIG_LIST
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents fa1fe495 601f8dde
...@@ -1678,8 +1678,8 @@ SUBSYSTEM_LIST=" ...@@ -1678,8 +1678,8 @@ SUBSYSTEM_LIST="
rdft rdft
" "
# COMPONENT_LIST needs to come last to ensure correct dependency checking
CONFIG_LIST=" CONFIG_LIST="
$COMPONENT_LIST
$DOCUMENT_LIST $DOCUMENT_LIST
$EXAMPLE_LIST $EXAMPLE_LIST
$EXTERNAL_LIBRARY_LIST $EXTERNAL_LIBRARY_LIST
...@@ -1697,6 +1697,7 @@ CONFIG_LIST=" ...@@ -1697,6 +1697,7 @@ CONFIG_LIST="
thumb thumb
valgrind_backtrace valgrind_backtrace
xmm_clobber_test xmm_clobber_test
$COMPONENT_LIST
" "
THREADS_LIST=" THREADS_LIST="
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment