]> git.pld-linux.org Git - packages/VirtualBox.git/blame - gcc8.patch
up to 5.2.20
[packages/VirtualBox.git] / gcc8.patch
CommitLineData
570c58c4
JP
1------------------------------------------------------------------------
2r73343 | vboxsync | 2018-07-25 08:39:58 +0200 (śro, 25 lip 2018) | 3 lines
3Changed paths:
4 M /trunk/configure
5
6configure: remove the upper version limit in the gcc test and plan to
7blacklist if necessary in future.
8Thank you Gianfranco Costamagna.
9
10Index: configure
11===================================================================
12--- configure (revision 73342)
13+++ configure (revision 73343)
14@@ -446,9 +446,8 @@
15 # gcc-4.0 is allowed for Darwin only
16 elif [ $cc_maj -lt 4 \
17 -o \( $cc_maj -eq 4 -a $cc_min -lt 4 -a "$OS" != "darwin" \) \
18- -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS" = "darwin" \) \
19- -o $cc_maj -gt 7 ]; then
20- log_failure "gcc version $cc_maj.$cc_min found, expected gcc 4.x...7.x"
21+ -o \( $cc_maj -eq 4 -a $cc_min -lt 2 -a "$OS" = "darwin" \) ]; then
22+ log_failure "gcc version $cc_maj.$cc_min found, expected gcc 4.x or later"
23 fail really
24 else
25 log_success "found version $cc_ver"
26
27------------------------------------------------------------------------
This page took 0.105712 seconds and 4 git commands to generate.