]> git.pld-linux.org Git - packages/VirtualBox.git/blob - gcc8.patch
up to 5.2.20
[packages/VirtualBox.git] / gcc8.patch
1 ------------------------------------------------------------------------
2 r73343 | vboxsync | 2018-07-25 08:39:58 +0200 (śro, 25 lip 2018) | 3 lines
3 Changed paths:
4    M /trunk/configure
5
6 configure: remove the upper version limit in the gcc test and plan to
7 blacklist if necessary in future.
8 Thank you Gianfranco Costamagna.
9
10 Index: 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.027157 seconds and 3 git commands to generate.