VirtualBox

Changeset 59064 in vbox for trunk


Ignore:
Timestamp:
Dec 9, 2015 8:26:16 AM (9 years ago)
Author:
vboxsync
Message:

configure: allow gcc 5.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r58375 r59064  
    436436             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    437437             -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
    438              -o \( $cc_maj -eq 5 -a $cc_min -gt 2 \) \
     438             -o \( $cc_maj -eq 5 -a $cc_min -gt 3 \) \
    439439             -o $cc_maj -gt 5 ]; then
    440         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.2"
     440        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"
    441441        fail really
    442442      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