source: freewrt/package/libstdcxx/Makefile@ e495198

Last change on this file since e495198 was e495198, checked in by Thorsten Glaser <tg@…>, 18 years ago

use setjmp/longjmp exceptions

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3097 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 589 bytes
Line 
1# $FreeWRT$
2#-
3# This file is part of the FreeWRT project. FreeWRT is copyrighted
4# material, please see the LICENCE file in the top-level directory
5# or at http://www.freewrt.org/licence for details.
6
7include ${TOPDIR}/rules.mk
8
9PKG_NAME:= libstdcxx
10PKG_VERSION:= $(shell cat ${STAGING_TOOLS}/gcc_version)
11PKG_RELEASE:= 2
12NO_DISTFILES:= 1
13
14include ${TOPDIR}/mk/package.mk
15
16$(eval $(call PKG_template,LIBSTDCXX,libstdcxx,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
17
18do-install:
19 cd ${STAGING_DIR} && pax -rw -pe -v lib/libstdc++.so.* ${IDIR_LIBSTDCXX}/
20
21include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.