Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 12:11:59 +0000 (12:11 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 12:11:59 +0000 (12:11 +0000)
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

gcc/gcc-3.3.4/sdk-libstdc++-includes.patch [new file with mode: 0644]
gcc/gcc-cross-sdk_3.3.4.oe [new file with mode: 0644]
gdb/gdb-6.2/libiberty-cross.patch [new file with mode: 0644]
gdb/gdb-6.2/sim-install.patch [new file with mode: 0644]
gdb/gdb-6.2/uclibc.patch [new file with mode: 0644]
gdb/gdb-cross_6.1.oe
gdb/gdb-cross_6.2.oe [new file with mode: 0644]
gdb/gdb_6.2.oe [new file with mode: 0644]

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 (file)
index 0000000..e69de29
diff --git a/gcc/gcc-cross-sdk_3.3.4.oe b/gcc/gcc-cross-sdk_3.3.4.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/gdb/gdb-6.2/libiberty-cross.patch b/gdb/gdb-6.2/libiberty-cross.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/gdb/gdb-6.2/sim-install.patch b/gdb/gdb-6.2/sim-install.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/gdb/gdb-6.2/uclibc.patch b/gdb/gdb-6.2/uclibc.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..526f095 100644 (file)
@@ -0,0 +1,35 @@
+DESCRIPTION = "gdb - GNU debugger"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+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 (file)
index 0000000..e69de29
diff --git a/gdb/gdb_6.2.oe b/gdb/gdb_6.2.oe
new file mode 100644 (file)
index 0000000..e69de29