]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Revert "standalone-examples: support custom GCC lib"
authorTom Rini <trini@ti.com>
Tue, 10 Sep 2013 13:51:44 +0000 (09:51 -0400)
committerTom Rini <trini@ti.com>
Thu, 12 Sep 2013 14:27:29 +0000 (10:27 -0400)
commit8386ca8bea7a6a8469c3b6a99313afb642e6cbeb
tree26a28dca3d39f6bfdcbe9c493fec8c4d77d2d9dd
parent27af930e9a5c91365ca639ada580b338eabe4989
Revert "standalone-examples: support custom GCC lib"

After further testing, this patch has two problems.  First,
examples/standalone/Makefile was already inherting PLATFORM_LIBS from
the top-level Makefile so this lead to duplicating the private libgcc.
Second, currently the private libgcc has a reference to 'hang' that is
not being fulfilled.

This reverts commit 4412db46468d5965da736d06f84d13e68a6e0b51.

Signed-off-by: Tom Rini <trini@ti.com>
examples/standalone/Makefile