[oe-commits] Aloisio Almeida Jr : gcc-noemu: (1) Adding CONFLICTS and REPLACES to subpackages (2) Removing HOST_SYS= ${BUILD_SYS} (3) Removing --with-host-cross

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:45 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f2947534c43fb0e9447c593c51288e572763867a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f2947534c43fb0e9447c593c51288e572763867a

Author: Aloisio Almeida Jr <aloisio.almeida at openbosssa.org>
Date:   Tue Jul 29 14:00:48 2008 -0300

gcc-noemu: (1) Adding CONFLICTS and REPLACES to subpackages (2) Removing HOST_SYS=${BUILD_SYS} (3) Removing --with-host-cross

---

 packages/mamona/gcc-noemu_4.1.2.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/packages/mamona/gcc-noemu_4.1.2.bb b/packages/mamona/gcc-noemu_4.1.2.bb
index 9b58235..ae11b16 100644
--- a/packages/mamona/gcc-noemu_4.1.2.bb
+++ b/packages/mamona/gcc-noemu_4.1.2.bb
@@ -8,6 +8,10 @@ PR = "r0"
 
 RCONFLICTS = "gcc"
 RREPLACES = "gcc"
+RCONFLICTS_g++-noemu = "g++"
+RREPLACES_g++-noemu = "g++"
+RCONFLICTS_cpp-noemu = "cpp"
+RREPLACES_cpp-noemu = "cpp"
 
 inherit autotools gettext
 
@@ -74,15 +78,12 @@ JAVA_arm = ""
 
 LANGUAGES = "c,c++${FORTRAN}${JAVA}"
 require ../gcc/gcc3-build.inc
-ARCH_FLAGS_FOR_TARGET=-isystem${STAGING_INCDIR}
 
 
-EXTRA_OECONF += " --disable-libssp --with-slibdir=\"/lib\" --without-cross-host"
+EXTRA_OECONF += " --disable-libssp --with-slibdir=\"/lib\" "
 
 EXTRA_OEMAKE += "LDFLAGS=\"-static\" build_tooldir=\"${STAGING_DIR}/${TARGET_SYS}\""
 
-HOST_SYS = ${BUILD_SYS}
-
 CONFIG_SITE=""
 
 do_configure () {





More information about the Openembedded-commits mailing list