summaryrefslogtreecommitdiff
path: root/package/libstdcxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libstdcxx/Makefile')
-rw-r--r--package/libstdcxx/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile
new file mode 100644
index 000000000..e49735472
--- /dev/null
+++ b/package/libstdcxx/Makefile
@@ -0,0 +1,20 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+include ${TOPDIR}/toolchain/glibc/Makefile.inc
+
+PKG_NAME:= libstdcxx
+NO_DISTFILES:= 1
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,LIBSTDCXX,libstdcxx,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_LIBSTDCXX}/lib
+ $(CP) ${STAGING_DIR}/lib/libstdc++.so.* ${IDIR_LIBSTDCXX}/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk