Skip to content

Commit 46331f3

Browse files
committed
Refine order
1 parent 5cb1694 commit 46331f3

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

toolchain/Order

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,17 @@
1111
set -e
1212
# Stage 1, preliminary builds, mostly for updating glibc
1313
bash linux-api-headers
14-
bash binutils-1
15-
bash gcc-1
1614
bash glibc-1
1715
bash lib32-glibc-1
16+
bash binutils-2
17+
bash gcc-2
1818

1919
# Stage 2 fully featured compiler and libraries, some are built a 3rd time to include even more features
2020
# Build GCC Depends again (not really needed but whatever)
2121
bash gmp
2222
bash mpfr
2323
bash mpc
24-
bash binutils-2
25-
bash gcc-2
2624
bash glibc-2
27-
bash lib32-glibc-2
28-
29-
# Stage 3, rebuild GCC with more compilers and optimizations
25+
bash binutils-2
3026
bash gcc-3
27+

0 commit comments

Comments
 (0)