git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1076ae2
)
binutils-avr32.inc: remove the "2.13" from autoconf, we don't want to rely on host...
author
Koen Kooi
<koen@openembedded.org>
Sat, 10 May 2008 19:01:38 +0000
(19:01 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 10 May 2008 19:01:38 +0000
(19:01 +0000)
packages/binutils/binutils-avr32.inc
patch
|
blob
|
history
diff --git
a/packages/binutils/binutils-avr32.inc
b/packages/binutils/binutils-avr32.inc
index
38c3866
..
2767494
100644
(file)
--- a/
packages/binutils/binutils-avr32.inc
+++ b/
packages/binutils/binutils-avr32.inc
@@
-5,7
+5,7
@@
do_avr32_reconf () {
if test ${TARGET_ARCH} == avr32; then
- (cd ${S} && autoconf
2.13
) || die "Error running autoconf"
+ (cd ${S} && autoconf) || die "Error running autoconf"
for dir in bfd opcodes binutils ld; do
(cd "${S}/$dir" &&
aclocal &&