Add 5.2 - extract source before building

This commit is contained in:
Aditya 2023-01-06 14:57:03 +05:30
parent 75b8cdc66b
commit d4391a5ef1

View file

@ -1,6 +1,7 @@
#!/bin/bash
cd $LFS/sources/binutils-2.39.tar.xz
tar xf binutils-2.39.tar.xz
cd $LFS/sources/binutils-2.39
mkdir -v build
cd build