diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-24 20:28:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-24 20:28:59 +0000 |
commit | 3f521991c652ffa4ece731734c6f8063ac2c3fc4 (patch) | |
tree | 2d533668f57a0a3876a68bea4f20f26b10808f5c /gdb | |
parent | 86182e5bd22f80718af59dce1c04796aa07872a6 (diff) |
fix up do_install for old gdb
BKrev: 4154838bnUkQVQLlW31pFXd_YHt2sA
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/gdb_6.1.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdb_6.1.oe b/gdb/gdb_6.1.oe index 849d2dac32..661bde813c 100644 --- a/gdb/gdb_6.1.oe +++ b/gdb/gdb_6.1.oe @@ -34,6 +34,7 @@ do_configure () { } do_install () { + make -C bfd/doc chew LDFLAGS= CFLAGS=-O2 oe_runmake install \ 'prefix=${D}/${prefix}' 'exec_prefix=${D}/${prefix}' 'bindir=${D}/${bindir}' \ 'sbindir=${D}/${sbindir}' 'infodir=${D}/${datadir}/info' 'libdir=${D}/${libdir}' \ |