VirtualBox

Changeset 55372 in vbox


Ignore:
Timestamp:
Apr 22, 2015 11:40:38 AM (9 years ago)
Author:
vboxsync
Message:

configure: allow gcc 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r55347 r55372  
    423423             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    424424             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
    425              -o $cc_maj -gt 4 ]; then
    426         log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<10"
     425             -o \( $cc_maj -eq 5 -a $cc_min -gt 0 \) \
     426             -o $cc_maj -gt 5 ]; then
     427        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.0"
    427428        fail really
    428429      else
Note: See TracChangeset for help on using the changeset viewer.

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