summaryrefslogtreecommitdiff
path: root/package/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-24 21:46:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-24 21:46:04 +0200
commit03cd5dffd5f121c952016a5510736922f6283f6b (patch)
treeae8fedf86f4daf529a0f42c81047d9afa6b11432 /package/gcc
parente74eccf3fa0585abfbe52154646812d20f2560a2 (diff)
add gawk package
another openadk build package needed to compile openadk on an openadk target ;) Fix some minor glitches.
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gcc/Makefile b/package/gcc/Makefile
index 28bea06bf..c348c9b4b 100644
--- a/package/gcc/Makefile
+++ b/package/gcc/Makefile
@@ -46,6 +46,7 @@ ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
else
${CP} ${STAGING_DIR}/usr/lib/crt* ${IDIR_GCC}/usr/lib
endif
+ rm ${IDIR_GCC}/usr/lib/gcc/*/*/crtendS.o
rm -rf ${IDIR_GCC}/usr/lib/gcc/*/*/include-fixed
rm -rf ${IDIR_GCC}/usr/lib/gcc/*/*/install-tools