File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ main() {
38
38
sed -i -e ' s/ftp:/https:/g' ./contrib/download_prerequisites
39
39
./contrib/download_prerequisites
40
40
local patches=(
41
- https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/lang/gcc9/patches/patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h
42
41
https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/lang/gcc9/patches/patch-libstdc++-v3_config_os_bsd_netbsd_ctype__configure__char.cc
42
+ https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/lang/gcc9/patches/patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h
43
+ https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/lang/gcc8/patches/patch-libgfortran_io_io.h
43
44
)
44
45
45
46
local patch
@@ -92,7 +93,8 @@ main() {
92
93
ln -s libutil.so.7.24 " ${destdir} /lib/libutil.so.7"
93
94
94
95
pushd gcc-build
95
- ../gcc/configure \
96
+ # remove the environment variables after bumping the gcc version to 11.
97
+ target_configargs=" ac_cv_func_newlocale=no ac_cv_func_freelocale=no ac_cv_func_uselocale=no" ../gcc/configure \
96
98
--disable-libada \
97
99
--disable-libcilkrt \
98
100
--disable-libcilkrts \
You can’t perform that action at this time.
0 commit comments