binutils: update for new env

This commit is contained in:
Dylan Araps 2021-07-15 12:00:39 +03:00
parent e4f1b59472
commit d28ff2fcf0
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -28,6 +28,6 @@ export PATH=$PATH:$PWD
make configure-host
make tooldir=/usr
make DESTDIR="$1" tooldir=/usr install
make tooldir=/usr install
ln -sf ld.bfd "$1/usr/bin/ld"