From 8b75d002871b55cdbd004a0a9671fde3552cc3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Fr=C4=85cz?= Date: Mon, 5 Oct 2015 11:49:00 -0500 Subject: [PATCH 1/3] Fixed a bug where clang toolkit wasn't honoring compiler_flag_list. --- toolchain/clang/compile.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/toolchain/clang/compile.mk b/toolchain/clang/compile.mk index 3f392f3..242ff21 100644 --- a/toolchain/clang/compile.mk +++ b/toolchain/clang/compile.mk @@ -10,7 +10,6 @@ c_toolchain_path := def_source_path := def_obj_output_path := -compiler_flag_list := source_file := def_source_file := obj_alias := From 89ecca339983a3cc8662fa1e01ac4b25c9026763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Fr=C4=85cz?= Date: Mon, 5 Oct 2015 11:52:07 -0500 Subject: [PATCH 2/3] Fixed a bug where gcc toolchain wasn't honoring source_compiler_flags. --- toolchain/gcc/compile.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/toolchain/gcc/compile.mk b/toolchain/gcc/compile.mk index 21fa88c..93ee8d3 100644 --- a/toolchain/gcc/compile.mk +++ b/toolchain/gcc/compile.mk @@ -12,7 +12,6 @@ c_toolchain_path := def_source_path := def_obj_output_path := -compiler_flag_list := source_file := def_source_file := obj_alias := From 0a8593f2848b1a546873817a0173b51a6958fb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Fr=C4=85cz?= Date: Wed, 14 Oct 2015 00:41:01 -0500 Subject: [PATCH 3/3] Update command_line.txt --- doc/command_line.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/command_line.txt b/doc/command_line.txt index c66bc34..f0b67e5 100644 --- a/doc/command_line.txt +++ b/doc/command_line.txt @@ -53,7 +53,7 @@ Once your weld project is setup, you can build by specifying the following targe # clean everything make clean - # build just a single component and it's dependencies + # build just a single component and its dependencies make my_component_name # build just a single source file for a component