summaryrefslogtreecommitdiff
path: root/scripts/gen_in_frags.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-02-05Add zlib as a companion libAlexey Neyman1-1/+1
with version 1.2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
2015-05-29config: Add config support for multiple compilersRay Donnelly1-0/+3
This change updates the config to support multiple compilers by moving CC_.* to CC_GCC_.* to make room for other compilers. We also update gen_in_frags.sh to check for a default cc. Signed-off-by: Ray Donnelly <mingw.android@gmail.com> Reviewed-by: Yann Diorcet <diorcetyann@gmail.com> Reviewed-by: Bryan Hundven <bryanhundven@gmail.com>
2011-07-03config: move multi-line shell commands from Makefile to scriptYann E. MORIN"1-0/+158
Maintaining thos multi-line shell commands in a Makefile rule is a real PITA. Move the two affected rules (build_gen_choice_in and build_gen_menu_in to a shell script. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>