From 2c8204d6325a1a6607392d5905227b9043da17cc Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 11 Dec 2021 00:52:08 -0600 Subject: Major updates. --- chapter8/binutils.sh | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'chapter8/binutils.sh') diff --git a/chapter8/binutils.sh b/chapter8/binutils.sh index b5c5732..aca0354 100644 --- a/chapter8/binutils.sh +++ b/chapter8/binutils.sh @@ -1,24 +1,24 @@ -#!/bin/bash -set -e - -expect -c "spawn ls" - -sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in && - -mkdir -v build -cd build || exit 1 - -../configure --prefix=/usr \ - --enable-gold \ - --enable-ld=default \ - --enable-plugins \ - --enable-shared \ - --disable-werror \ - --enable-64-bit-bfd \ - --with-system-zlib && - -make tooldir=/usr && - -make tooldir=/usr -j1 install && - -rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a +#!/bin/bash +set -e + +expect -c "spawn ls" + +sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in && + +mkdir -v build +cd build || exit 1 + +../configure --prefix=/usr \ + --enable-gold \ + --enable-ld=default \ + --enable-plugins \ + --enable-shared \ + --disable-werror \ + --enable-64-bit-bfd \ + --with-system-zlib && + +make tooldir=/usr && + +make tooldir=/usr -j1 install && + +rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a -- cgit v1.2.3-54-g00ecf