From: Phil Blundell Date: Sun, 22 Aug 2004 12:11:59 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~17573 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9462a3a8561067ffcb63f08664dfdef7538cd19a;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/08/22 13:11:34+01:00 nexus.co.uk!pb gdb updates 2004/08/22 12:33:38+01:00 nexus.co.uk!pb add sdk build of gcc-3.3.4 BKrev: 41288d8ft3dIpQfOINbi6UKk4sZECg --- diff --git a/gcc/gcc-3.3.4/sdk-libstdc++-includes.patch b/gcc/gcc-3.3.4/sdk-libstdc++-includes.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gcc/gcc-cross-sdk_3.3.4.oe b/gcc/gcc-cross-sdk_3.3.4.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gdb/gdb-6.2/libiberty-cross.patch b/gdb/gdb-6.2/libiberty-cross.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gdb/gdb-6.2/sim-install.patch b/gdb/gdb-6.2/sim-install.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gdb/gdb-6.2/uclibc.patch b/gdb/gdb-6.2/uclibc.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gdb/gdb-cross_6.1.oe b/gdb/gdb-cross_6.1.oe index e69de29bb2..526f095279 100644 --- a/gdb/gdb-cross_6.1.oe +++ b/gdb/gdb-cross_6.1.oe @@ -0,0 +1,35 @@ +DESCRIPTION = "gdb - GNU debugger" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell " +DEPENDS = "ncurses-native" + +inherit autotools sdk + +S = "${WORKDIR}/gdb-${PV}" +SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ + file://sim-install.patch;patch=1" + +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gdb-${PV}" + +export CC_FOR_BUILD = "${BUILD_CC}" +export CXX_FOR_BUILD = "${BUILD_CXX}" +export CPP_FOR_BUILD = "${BUILD_CPP}" +export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" +export CXXFLAGS_FOR_BUILD = "${BUILD_CXXFLAGS}" +export CPPFLAGS_FOR_BUILD = "${BUILD_CPPFLAGS}" + +EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" + +EXTRA_OECONF = "--with-curses --with-readline" + +do_configure () { +# override this function to avoid the autoconf/automake/aclocal/autoheader +# calls for now + gnu-configize + oe_runconf +} + +do_stage() { + : +} diff --git a/gdb/gdb-cross_6.2.oe b/gdb/gdb-cross_6.2.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gdb/gdb_6.2.oe b/gdb/gdb_6.2.oe new file mode 100644 index 0000000000..e69de29bb2