forked from MNRK01/myGCCBuilds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcc mingw-builds.patch
32 lines (27 loc) · 1.33 KB
/
gcc mingw-builds.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff -ur '--exclude=toolchains' '--exclude=*git*' mingw-builds-orig/library/config.sh mingw-builds/library/config.sh
--- mingw-builds-orig/library/config.sh 2018-12-29 00:11:19.222621800 -0600
+++ mingw-builds/library/config.sh 2018-12-28 19:06:09.155557900 -0600
@@ -36,7 +36,7 @@
# **************************************************************************
MINGW_W64_BUILDS_VERSION="MinGW-W64-builds-4.3.4"
-MINGW_W64_PKG_STRING="Built by MinGW-W64 project"
+MINGW_W64_PKG_STRING="Built by arkay7777 using scripts from mingw-builds"
# **************************************************************************
diff -ur '--exclude=toolchains' '--exclude=*git*' mingw-builds-orig/scripts/tests.sh mingw-builds/scripts/tests.sh
--- mingw-builds-orig/scripts/tests.sh 2018-12-29 00:11:19.866897800 -0600
+++ mingw-builds/scripts/tests.sh 2018-12-28 15:45:40.914232900 -0600
@@ -49,11 +49,11 @@
"dll_test2.cpp -L. -ldll2 -o dll_test2.exe"
)
-lto_test_list=(
- "lto_int.cpp -I$TESTS_DIR -flto -c -o lto_int.o"
- "lto_test.cpp -I$TESTS_DIR -flto -c -o lto_test.o"
- "lto_int.o lto_test.o -flto -o lto_test.exe"
-)
+#lto_test_list=(
+# "lto_int.cpp -I$TESTS_DIR -flto -c -o lto_int.o"
+# "lto_test.cpp -I$TESTS_DIR -flto -c -o lto_test.o"
+# "lto_int.o lto_test.o -flto -o lto_test.exe"
+#)
omp_test_list=(
"omp_test.c -fopenmp -o omp_test.exe"