diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-13 02:01:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-13 02:01:09 +0000 |
commit | 33810e49a9a525af76942f81b6e4f3923836c6a8 (patch) | |
tree | 2e2a21171a408c549e6d51e8015e5d5d7acc7737 | |
parent | 8a4e1626bc3c256fb75d795ccdc771fd76f34605 (diff) |
print out TARGET_PLATFORM and OPT_CFLAGS for debugging
svn path=/trunk/; revision=16676
-rwxr-xr-x | packages/linux_make/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 650a9c85..869f8619 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -271,6 +271,8 @@ test_locations: @echo "HELPDIR $(helpdir)" @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + @echo "TARGET_PLATFORM: $(TARGET_PLATFORM)" + @echo "OPT_CFLAGS: $(OPT_CFLAGS)" @echo -------------------------------------------------- # @echo "PACKAGE_DEPENDS $(PACKAGE_DEPENDS)" # @echo -------------------------------------------------- |