diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-03 15:07:19 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-03 15:07:19 +0000 |
commit | 5428c35c8a6560f320692c84816c860cb07ecb74 (patch) | |
tree | 37713fe6245316d045857dfee3fcda1a8c6836a6 /gcc/gcc-cross_3.3.3.oe | |
parent | aa582477c591303dd1d29cca413d405ba45e4a6a (diff) |
inhibit bad strip calls in gcc-*cross lib packaging
BKrev: 40966027g3ULeMH5YQMa_vW8R6WPNg
Diffstat (limited to 'gcc/gcc-cross_3.3.3.oe')
-rw-r--r-- | gcc/gcc-cross_3.3.3.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe index 5c597829b9..fdf9292ac4 100644 --- a/gcc/gcc-cross_3.3.3.oe +++ b/gcc/gcc-cross_3.3.3.oe @@ -6,6 +6,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils glibc patcher-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" PACKAGES = "libgcc" +INHIBIT_PACKAGE_STRIP = 1 EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++ \ |