VirtualBox

Changeset 40412 in vbox


Ignore:
Timestamp:
Mar 9, 2012 11:04:48 AM (13 years ago)
Author:
vboxsync
Message:

configure: allow gcc 4.7 even if not released yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r40390 r40412  
    414414             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
    415415             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    416              -o \( $cc_maj -eq 4 -a $cc_min -gt 6 \) \
     416             -o \( $cc_maj -eq 4 -a $cc_min -gt 7 \) \
    417417             -o $cc_maj -gt 4 ]; then
    418         log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<7"
     418        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8"
    419419        fail really
    420420      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