commit | c98fedaa1aa79dbae765e784efe7795f4bd33383 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Sep 10 09:51:44 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Thu Sep 12 10:27:29 2013 -0400 |
tree | 26a28dca3d39f6bfdcbe9c493fec8c4d77d2d9dd | |
parent | 48e910fa864d239926af10c402984ee03148fb1e [diff] |
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>