Remember to add the libs folder

Change-Id: I7885166e728057bbbf764c111cc12fb0ac160d8b
diff --git a/tools/cpp/arm-frc-linux-gnueabi/libs/libc.so b/tools/cpp/arm-frc-linux-gnueabi/libs/libc.so
new file mode 100644
index 0000000..714bcfe
--- /dev/null
+++ b/tools/cpp/arm-frc-linux-gnueabi/libs/libc.so
@@ -0,0 +1,5 @@
+/* GNU ld script
+   Use the shared library, but some functions are only in
+   the static library, so try that secondarily.  */
+OUTPUT_FORMAT(elf32-littlearm)
+GROUP ( libc.so.6 libc_nonshared.a  AS_NEEDED ( ld-linux.so.3 ) )
diff --git a/tools/cpp/arm-frc-linux-gnueabi/libs/libpthread.so b/tools/cpp/arm-frc-linux-gnueabi/libs/libpthread.so
new file mode 100644
index 0000000..71f034f
--- /dev/null
+++ b/tools/cpp/arm-frc-linux-gnueabi/libs/libpthread.so
@@ -0,0 +1,5 @@
+/* GNU ld script
+   Use the shared library, but some functions are only in
+   the static library, so try that secondarily.  */
+OUTPUT_FORMAT(elf32-littlearm)
+GROUP ( libpthread.so.0 libpthread_nonshared.a )