summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2024-03-07build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).midipix1-1/+1
2024-02-24build system: configure: do not (potentially) change the search path semantics.midipix1-17/+0
2024-02-22build system: if supported, add -Wpedantic to --strict cflags.midipix1-1/+1
2024-02-03build system: usage(): handle lack of a of project-specific cfgdefs.usage.midipix1-1/+6
2023-05-07build system: ./configure: base SHELL on the environment's CONFIG_SHELL.midipix1-1/+1
2021-06-23build system: configure: config_ccenv(): relax the --sysroot requirement.midipix1-4/+0
2021-06-15build system: configure: config_ccenv(): fix typo.midipix1-2/+2
2021-06-15build system: configure: config_ccenv(): refined --sysroot related logic.midipix1-1/+4
2021-06-13build system: configure: output_step_prolog(): step might not be a function.midipix1-2/+2
2021-06-13build system: configure, ccenv: enhanced --sysroot logic.midipix1-1/+8
2021-06-12build system: configure: config_ccenv(): added verbose --sysroot error message.midipix1-1/+20
2021-06-12build system: ccenv: added and integrated ccenv_set_cc_sysroot_vars().midipix1-2/+2
2021-06-12build system: configure: LDFLAGS_LAST: refined cross-compilation logic.midipix1-3/+13
2021-06-12build system: configure: config_ccenv(): require --sysroot when cross-compiling.midipix1-0/+9
2021-06-12build system: configure, ccenv: added --pkgconf[if] support and integration.midipix1-0/+32
2021-06-10build system: configure: config_host(): quote variable in test expresssion.midipix1-1/+1
2021-06-10build system: configure: init_vars(): record explicit CCHOST and --cchost.midipix1-0/+6
2021-06-04build system: configure: config_flags(): abstract the --strict cflags, ldflags.midipix1-2/+2
2021-06-04build system: configure: common_defaults(): abstract the --debug cflags.midipix1-1/+1
2021-05-31build system: configure: config_host(): added freestanding environment support.midipix1-2/+16
2021-05-27build system: configure: cfgtest: do not rely on default word splitting.midipix1-1/+1
2021-05-26build system: config_host(): improved logging, strict posix conformance.midipix1-5/+46
2021-05-26build system: configure: make the cfgtest framework available to ccenv.sh.midipix1-0/+3
2021-05-23build system: configure: support project-specific make-file templates.midipix1-0/+6
2021-05-23build system: configure: config_copy(): support alternate make-file templates.midipix1-3/+4
2021-05-23build system: reserve the file-name Makefile.common for bootstrapping projects.midipix1-0/+7
2021-05-23build system: Makefile.in: properly support project-specified make file names.midipix1-8/+11
2021-04-25build system: created skeleton.midipix1-0/+1271