File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 82
82
- name : script
83
83
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
84
84
shell : bash
85
- if : success() && github.event_name == 'release' && github.ref == 'BASE'
85
+ if : success()
86
86
- name : before_script
87
87
run : bash patches/curl_stfp_patcher
88
88
shell : bash
@@ -271,7 +271,7 @@ jobs:
271
271
- name : script
272
272
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
273
273
shell : bash
274
- if : success() && github.event_name == 'release' && github.ref == 'BASE'
274
+ if : success()
275
275
- name : before_script
276
276
run : bash patches/curl_stfp_patcher
277
277
shell : bash
Original file line number Diff line number Diff line change 79
79
- name : script
80
80
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
81
81
shell : bash
82
- if : success() && github.event_name == 'release' && github.ref == 'BASE'
82
+ if : success()
83
83
- name : before_script
84
84
run : bash patches/curl_stfp_patcher
85
85
shell : bash
@@ -252,7 +252,7 @@ jobs:
252
252
- name : script
253
253
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
254
254
shell : bash
255
- if : success() && github.event_name == 'release' && github.ref == 'BASE'
255
+ if : success()
256
256
- name : before_script
257
257
run : bash patches/curl_stfp_patcher
258
258
shell : bash
Original file line number Diff line number Diff line change 78
78
- name : script
79
79
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
80
80
shell : bash
81
- if : success() && github.event_name == 'release' && github.ref == 'BASE'
81
+ if : success()
82
82
- name : before_script
83
83
run : bash patches/curl_stfp_patcher
84
84
shell : bash
@@ -251,7 +251,7 @@ jobs:
251
251
- name : script
252
252
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
253
253
shell : bash
254
- if : success() && github.event_name == 'release' && github.ref == 'BASE'
254
+ if : success()
255
255
- name : before_script
256
256
run : bash patches/curl_stfp_patcher
257
257
shell : bash
Original file line number Diff line number Diff line change 79
79
- name : script
80
80
run : bash build-scripts/CI/CIBB_64b -g $GCC_VERSION
81
81
shell : bash
82
- if : success() && github.event_name == 'release' && github.ref == 'BASE'
82
+ if : success()
83
83
- name : before_script
84
84
run : bash patches/curl_stfp_patcher
85
85
shell : bash
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ mkdir -p "$SYSROOTDIR"/usr/lib
199
199
echo " Building binutils..."
200
200
if [ -n " $( ls -A " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build) " ]; then rm -rf " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build/* ; fi
201
201
cd " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build || exit
202
- ../configure --target=$TARGET --prefix= --with-arch=$ARCH --with-fpu=$FPU --with-float=hard --disable-multilib
202
+ ../configure --target=$TARGET --prefix= --with-arch=$ARCH --with-fpu=$FPU --with-float=hard --with-sysroot=/ $TARGET /libc --with-build-sysroot= " $SYSROOTDIR " -- disable-multilib
203
203
make -s -j$( getconf _NPROCESSORS_ONLN)
204
204
make -s install DESTDIR=" $INSTALLDIR "
205
205
if [ -n " $( ls -A " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build) " ]; then rm -rf " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build/* ; fi
@@ -213,7 +213,7 @@ make -s -j$(getconf _NPROCESSORS_ONLN) all-gcc
213
213
make -s install-gcc DESTDIR=" $INSTALLDIR "
214
214
if [ -n " $( ls -A " $DOWNLOADDIR " /glibc-$GLIBC_VERSION /build) " ]; then rm -rf " $DOWNLOADDIR " /glibc-$GLIBC_VERSION /build/* ; fi
215
215
cd " $DOWNLOADDIR " /glibc-$GLIBC_VERSION /build || exit
216
- ../configure --prefix=/usr --build=" $MACHTYPE " --host=$TARGET --target=$TARGET --with-arch=$ARCH --with-fpu=$FPU --with-float=hard --with-headers=" $SYSROOTDIR " /usr/include --with-lib=" $SYSROOTDIR " /usr/lib --disable-multilib libc_cv_forced_unwind=yes
216
+ ../configure --prefix=/usr --build=" $MACHTYPE " --host=$TARGET --target=$TARGET --with-arch=$ARCH --with-fpu=$FPU --with-float=hard --with-sysroot=/ $TARGET /libc --with-build-sysroot= " $SYSROOTDIR " --with- headers=" $SYSROOTDIR " /usr/include --with-lib=" $SYSROOTDIR " /usr/lib --disable-multilib libc_cv_forced_unwind=yes
217
217
make -s install-bootstrap-headers=yes install-headers DESTDIR=" $SYSROOTDIR "
218
218
make -s -j$( getconf _NPROCESSORS_ONLN) csu/subdir_lib
219
219
install csu/crt1.o csu/crti.o csu/crtn.o " $SYSROOTDIR " /usr/lib
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ mkdir -p "$SYSROOTDIR"/usr/lib
188
188
echo " Building binutils..."
189
189
if [ -n " $( ls -A " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build) " ]; then rm -rf " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build/* ; fi
190
190
cd " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build || exit
191
- ../configure --target=$TARGET --prefix= --with-arch=$ARCH --disable-multilib
191
+ ../configure --target=$TARGET --prefix= --with-arch=$ARCH --with-sysroot=/ $TARGET /libc --with-build-sysroot= " $SYSROOTDIR " --disable-multilib
192
192
make -s -j$( getconf _NPROCESSORS_ONLN)
193
193
make -s install DESTDIR=" $INSTALLDIR "
194
194
if [ -n " $( ls -A " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build) " ]; then rm -rf " $DOWNLOADDIR " /binutils-$BINUTILS_VERSION /build/* ; fi
@@ -202,7 +202,7 @@ make -s -j$(getconf _NPROCESSORS_ONLN) all-gcc
202
202
make -s install-gcc DESTDIR=" $INSTALLDIR "
203
203
if [ -n " $( ls -A " $DOWNLOADDIR " /glibc-$GLIBC_VERSION /build) " ]; then rm -rf " $DOWNLOADDIR " /glibc-$GLIBC_VERSION /build/* ; fi
204
204
cd " $DOWNLOADDIR " /glibc-$GLIBC_VERSION /build || exit
205
- ../configure --prefix=/usr --build=" $MACHTYPE " --host=$TARGET --target=$TARGET --with-arch=$ARCH --with-headers=" $SYSROOTDIR " /usr/include --with-lib=" $SYSROOTDIR " /usr/lib --disable-multilib libc_cv_forced_unwind=yes
205
+ ../configure --prefix=/usr --build=" $MACHTYPE " --host=$TARGET --target=$TARGET --with-arch=$ARCH --with-sysroot=/ $TARGET /libc --with-build-sysroot= " $SYSROOTDIR " --with-headers=" $SYSROOTDIR " /usr/include --with-lib=" $SYSROOTDIR " /usr/lib --disable-multilib libc_cv_forced_unwind=yes
206
206
make -s install-bootstrap-headers=yes install-headers DESTDIR=" $SYSROOTDIR "
207
207
make -s -j$( getconf _NPROCESSORS_ONLN) csu/subdir_lib
208
208
install csu/crt1.o csu/crti.o csu/crtn.o " $SYSROOTDIR " /usr/lib
You can’t perform that action at this time.
0 commit comments