wok-current diff h8300-binutils/receipt @ rev 4014

h8300-binutils, h8300-gcc3: fix FSH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 03 21:23:46 2009 +0200 (2009-09-03)
parents c9ccc46854e4
children 57411a44bf69
line diff
     1.1 --- a/h8300-binutils/receipt	Wed Jun 03 12:17:34 2009 +0000
     1.2 +++ b/h8300-binutils/receipt	Thu Sep 03 21:23:46 2009 +0200
     1.3 @@ -20,6 +20,8 @@
     1.4  		--target=h8300-hitachi-hms \
     1.5  		--prefix=/usr \
     1.6  		--disable-nls \
     1.7 +		--exec-prefix=/usr \
     1.8 +		--libexecdir=/usr/lib \
     1.9  		--infodir=/usr/share/info \
    1.10  		--mandir=/usr/share/man \
    1.11  		$CONFIGURE_ARGS &&
    1.12 @@ -32,6 +34,7 @@
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/h8300-hitachi-hms $fs/usr
    1.17 +	cp -a $_pkg/usr/lib $fs/usr
    1.18  	# do not need to copy lib/libiberty.a
    1.19 +	rm -f $fs/usr/lib/libiberty.a
    1.20  }