File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
211
211
make -C src --jobs=1 check-security ${V: +V=1}
212
212
213
213
case " $HOST " in
214
- * linux* )
214
+ * linux* | * mingw * )
215
215
# Check that executables only contain allowed gcc, glibc and libstdc++
216
216
# version symbols for Linux distro back-compatibility.
217
217
make -C src --jobs=1 check-symbols ${V: +V=1}
Original file line number Diff line number Diff line change 26
26
27
27
(define (make-ssp-fixed-gcc xgcc )
28
28
"Given a XGCC package, return a modified package that uses the SSP function
29
- from glibc instead of from libssp.so. Taken from:
29
+ from glibc instead of from libssp.so. Our `symbol-check' script will complain if
30
+ we link against libssp.so, and thus will ensure that this works properly.
31
+
32
+ Taken from:
30
33
http://www.linuxfromscratch.org/hlfs/view/development/chapter05/gcc-pass1.html"
31
34
(package
32
35
(inherit xgcc)
You can’t perform that action at this time.
0 commit comments