We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb1694 commit 46331f3Copy full SHA for 46331f3
1 file changed
toolchain/Order
@@ -11,20 +11,17 @@
11
set -e
12
# Stage 1, preliminary builds, mostly for updating glibc
13
bash linux-api-headers
14
-bash binutils-1
15
-bash gcc-1
16
bash glibc-1
17
bash lib32-glibc-1
+bash binutils-2
+bash gcc-2
18
19
# Stage 2 fully featured compiler and libraries, some are built a 3rd time to include even more features
20
# Build GCC Depends again (not really needed but whatever)
21
bash gmp
22
bash mpfr
23
bash mpc
24
-bash binutils-2
25
-bash gcc-2
26
bash glibc-2
27
-bash lib32-glibc-2
28
-
29
-# Stage 3, rebuild GCC with more compilers and optimizations
30
bash gcc-3
+
0 commit comments