6d2e19 build system: configure: removed mb_default_ vars that are no longer needed.

Authored and Committed by midipix 6 years ago
1 file changed. 0 lines added. 22 lines removed.
    build system: configure: removed mb_default_ vars that are no longer needed.
    
        
file modified
+0 -22
configure CHANGED
@@ -297,20 +297,6 @@ common_defaults()
297
297
[ -z "$mb_pdfdir" ] && mb_pdfdir=$mb_docdir
298
298
[ -z "$mb_psdir" ] && mb_psdir=$mb_docdir
299
299
300
-
301
- # build
302
- [ -z "$mb_build" ] && mb_build=$mb_default_build
303
- [ -z "$mb_host" ] && mb_host=$mb_default_host
304
- [ -z "$mb_cchost" ] && mb_cchost=$mb_default_cchost
305
- [ -z "$mb_cfghost" ] && mb_cfghost=$mb_default_cfghost
306
- [ -z "$mb_target" ] && mb_target=$mb_default_target
307
- [ -z "$mb_arch" ] && mb_arch=$mb_default_arch
308
- [ -z "$mb_compiler" ] && mb_compiler=$mb_default_compiler
309
- [ -z "$mb_toolchain" ] && mb_toolchain=$mb_default_toolchain
310
- [ -z "$mb_sysroot" ] && mb_sysroot=$mb_default_sysroot
311
- [ -z "$mb_cross_compile" ] && mb_cross_compile=$mb_default_cross_compile
312
- [ -z "$mb_shell" ] && mb_shell=$mb_default_shell
313
-
314
300
# switches
315
301
[ -z "$mb_cflags_debug" ] && mb_cflags_debug=$mb_default_cflags_debug
316
302
[ -z "$mb_cflags_common" ] && mb_cflags_common=$mb_default_cflags_common
@@ -336,14 +322,6 @@ common_defaults()
336
322
[ -z "$mb_ldflags_last" ] && mb_ldflags_last=$mb_default_ldflags_last
337
323
[ -z "$mb_ldflags_once" ] && mb_ldflags_once=$mb_default_ldflags_once
338
324
339
- [ -z "$mb_pe_subsystem" ] && mb_pe_subsystem=$mb_default_pe_subsystem
340
- [ -z "$mb_pe_image_base" ] && mb_pe_image_base=$mb_default_pe_image_base
341
- [ -z "$mb_pe_config_defs" ] && mb_pe_config_defs=$mb_default_pe_config_defs
342
-
343
- [ -z "$mb_elf_eh_frame" ] && mb_elf_eh_frame=$mb_default_elf_eh_frame
344
- [ -z "$mb_elf_hash_style" ] && mb_elf_hash_style=$mb_default_elf_hash_style
345
- [ -z "$mb_elf_config_defs" ] && mb_elf_config_defs=$mb_default_elf_config_defs
346
-
347
325
# config
348
326
[ -z "$mb_all_static" ] && mb_all_static='no'
349
327
[ -z "$mb_all_shared" ] && mb_all_shared='no'