VirtualBox

Changeset 61313 in vbox for trunk/configure


Ignore:
Timestamp:
May 30, 2016 8:42:27 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107606
Message:

configure: allow gcc 6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r61131 r61313  
    445445             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
    446446             -o \( $cc_maj -eq 5 -a $cc_min -gt 3 \) \
    447              -o \( $cc_maj -eq 6 -a $cc_min -gt 0 \) \
     447             -o \( $cc_maj -eq 6 -a $cc_min -gt 1 \) \
    448448             -o $cc_maj -gt 6 ]; then
    449         log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10 or gcc 5.3"
     449        log_failure "gcc version $cc_maj.$cc_min found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10, gcc 5.x with x<10 or gcc 6.x with x<2"
    450450        fail really
    451451      else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette