git://scm.lunaixsky.com
/
lunaix-os.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d96f52f
)
fix: missing sudo in toolchain build tool
author
Minep
<zelong56@gmail.com>
Fri, 23 Sep 2022 11:54:15 +0000
(12:54 +0100)
committer
Minep
<zelong56@gmail.com>
Fri, 23 Sep 2022 11:54:15 +0000
(12:54 +0100)
slides/c0-workspace/gcc-build.sh
patch
|
blob
|
history
diff --git
a/slides/c0-workspace/gcc-build.sh
b/slides/c0-workspace/gcc-build.sh
index 648c5f9e7a1395036b061c84b0c5eb14fd1d4793..08528ddecc136c6686d21c9bd51f6374c71db61a 100755
(executable)
--- a/
slides/c0-workspace/gcc-build.sh
+++ b/
slides/c0-workspace/gcc-build.sh
@@
-1,13
+1,13
@@
#! /usr/bin/bash
sudo apt update &&\
#! /usr/bin/bash
sudo apt update &&\
- apt install -y \
- build-essential \
- bison\
- flex\
- libgmp3-dev\
- libmpc-dev\
- libmpfr-dev\
- texinfo
+
sudo
apt install -y \
+
build-essential \
+
bison\
+
flex\
+
libgmp3-dev\
+
libmpc-dev\
+
libmpfr-dev\
+
texinfo
BINUTIL_VERSION=2.37
BINUTIL_URL=https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
BINUTIL_VERSION=2.37
BINUTIL_URL=https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz