| 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 |
|
|---|
| 7 | include ${TOPDIR}/rules.mk
|
|---|
| 8 |
|
|---|
| 9 | PKG_NAME:= libgcc
|
|---|
| 10 | PKG_VERSION:= $(shell cat ${STAGING_TOOLS}/gcc_version)
|
|---|
| 11 | PKG_RELEASE:= 2
|
|---|
| 12 | NO_DISTFILES:= 1
|
|---|
| 13 |
|
|---|
| 14 | include ${TOPDIR}/mk/package.mk
|
|---|
| 15 |
|
|---|
| 16 | $(eval $(call PKG_template,LIBGCC,libgcc,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 17 |
|
|---|
| 18 | do-install:
|
|---|
| 19 | ${INSTALL_DIR} ${IDIR_LIBGCC}/lib
|
|---|
| 20 | ${CP} ${STAGING_DIR}/lib/libgcc_s.so.* ${IDIR_LIBGCC}/lib/
|
|---|
| 21 |
|
|---|
| 22 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.