VirtualBox

Changeset 59799 in vbox for trunk/configure


Ignore:
Timestamp:
Feb 24, 2016 2:36:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105680
Message:

configure: allow gcc-6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r59681 r59799  
    440440             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
    441441             -o \( $cc_maj -eq 5 -a $cc_min -gt 3 \) \
    442              -o $cc_maj -gt 5 ]; then
     442             -o \( $cc_maj -eq 6 -a $cc_min -gt 0 \) \
     443             -o $cc_maj -gt 6 ]; then
    443444        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"
    444445        fail really
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