source: freewrt/package/libgcc/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: 600 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:= libgcc
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,LIBGCC,libgcc,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
17
18do-install:
19 ${INSTALL_DIR} ${IDIR_LIBGCC}/lib
20 ${CP} ${STAGING_DIR}/lib/libgcc_s.so.* ${IDIR_LIBGCC}/lib/
21
22include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.