From 3a9a7a11d952151489f8dfb6df4c20d03a0c40bc Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 1 Jan 2019 06:14:35 -0500 Subject: config.project: placed the most variable sections at the very top. --- config.project | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'config.project') diff --git a/config.project b/config.project index f109ce4..a0d7eb1 100644 --- a/config.project +++ b/config.project @@ -4,9 +4,15 @@ mb_require_out_of_tree=no mb_custom_install_headers=no mb_avoid_version=no -# ccenv -mb_ccenv_create_log= -mb_ccenv_skip_native= +# config +mb_all_static= +mb_all_shared= +mb_disable_frontend=yes +mb_disable_static=yes +mb_disable_shared=yes + +mb_use_custom_cfgdefs=no +mb_use_custom_usrdefs=no # pkgconfig mb_pkgname='sofort' @@ -18,6 +24,10 @@ mb_pkgdurl= mb_pkgdefs= mb_pkglibs= +# ccenv +mb_ccenv_create_log= +mb_ccenv_skip_native= + # build mb_default_build= mb_default_host= @@ -66,14 +76,3 @@ mb_default_pe_config_defs= mb_default_elf_eh_frame= mb_default_elf_hash_style= mb_default_elf_config_defs= - - -# config -mb_all_static= -mb_all_shared= -mb_disable_frontend=yes -mb_disable_static=yes -mb_disable_shared=yes - -mb_use_custom_cfgdefs=no -mb_use_custom_usrdefs=no -- cgit v1.2.3