Commit 6870f93 1 parent 413d755 commit 6870f93 Copy full SHA for 6870f93
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ cp -a mingw-crt/ucrt64/. out/x86_64-w64-mingw32/
38
38
cd m_gcc; mkdir build; cd build
39
39
40
40
export lt_cv_deplibs_check_method=' pass_all'
41
- export CPPFLAGS_FOR_TARGET=" -DWIN32_LEAN_AND_MEAN -DCOM_NO_WINDOWS_H @$CUR /gccflagsm @$CUR /gccparam"
41
+ # export CPPFLAGS_FOR_TARGET="-DWIN32_LEAN_AND_MEAN -DCOM_NO_WINDOWS_H @$CUR/gccflagsm @$CUR/gccparam"
42
42
export LDFLAGS_FOR_TARGET=" @$CUR /ldflagsm"
43
- export CFLAGS_FOR_TARGET=" -O3 -g1"
43
+ export CFLAGS_FOR_TARGET=" -O3 -g1 @ $CUR /gccflagsm @ $CUR /gccparam "
44
44
export CXXFLAGS_FOR_TARGET=" $CFLAGS_FOR_TARGET "
45
45
46
46
echo current utc time 3 is $( date -u)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export PATH=/opt/newcc/bin:$PATH
7
7
export LD_LIBRARY_PATH=/opt/newcc/lib
8
8
fi
9
9
10
- wget https://github.com/eebssk1/aio_tc_build/releases/latest/ download/x86_64-w64-mingw32-cross.tb2 || exit 255
10
+ wget https://github.com/eebssk1/aio_tc_build/releases/download/094cbe49 /x86_64-w64-mingw32-cross.tb2 || exit 255
11
11
tar --bzip -xf x86_64-w64-mingw32-cross.tb2
12
12
mv x86_64-w64-mingw32 x86_64-w64-mingw32-boot
13
13
rm x86_64-w64-mingw32-cross.tb2
@@ -51,9 +51,9 @@ cd $CUR
51
51
cd m_gcc; mkdir build; cd build
52
52
53
53
export lt_cv_deplibs_check_method=' pass_all'
54
- export CPPFLAGS_FOR_TARGET=" -DWIN32_LEAN_AND_MEAN -DCOM_NO_WINDOWS_H @$CUR /gccflagsm @$CUR /gccparam"
54
+ # export CPPFLAGS_FOR_TARGET="-DWIN32_LEAN_AND_MEAN -DCOM_NO_WINDOWS_H @$CUR/gccflagsm @$CUR/gccparam"
55
55
export LDFLAGS_FOR_TARGET=" @$CUR /ldflagsm"
56
- export CFLAGS_FOR_TARGET=" -O3 -g1"
56
+ export CFLAGS_FOR_TARGET=" -O3 -g1 @ $CUR /gccflagsm @ $CUR /gccparam "
57
57
export CXXFLAGS_FOR_TARGET=" $CFLAGS_FOR_TARGET "
58
58
59
59
echo current utc time 3 is $( date -u)
Original file line number Diff line number Diff line change 63
63
cd m_gcc; mkdir build; cd build
64
64
65
65
export lt_cv_deplibs_check_method=' pass_all'
66
- export CPPFLAGS_FOR_TARGET=" -DWIN32_LEAN_AND_MEAN -DCOM_NO_WINDOWS_H @$CUR /gccflagsm @$CUR /gccparam"
66
+ # export CPPFLAGS_FOR_TARGET="-DWIN32_LEAN_AND_MEAN -DCOM_NO_WINDOWS_H @$CUR/gccflagsm @$CUR/gccparam"
67
67
export LDFLAGS_FOR_TARGET=" @$CUR /ldflagsm"
68
- export CFLAGS_FOR_TARGET=" -O3 -g1"
68
+ export CFLAGS_FOR_TARGET=" -O3 -g1 @ $CUR /gccflagsm @ $CUR /gccparam "
69
69
export CXXFLAGS_FOR_TARGET=" $CFLAGS_FOR_TARGET "
70
70
71
71
echo current utc time 3 is $( date -u)
You can’t perform that action at this time.
0 commit comments