VirtualBox

Changeset 28395 in vbox for trunk/configure


Ignore:
Timestamp:
Apr 16, 2010 7:18:13 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60156
Message:

configure: VBox builds and runs fine with gcc-4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r27604 r28395  
    407407             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
    408408             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    409              -o \( $cc_maj -eq 4 -a $cc_min -gt 4 \) \
     409             -o \( $cc_maj -eq 4 -a $cc_min -gt 5 \) \
    410410             -o $cc_maj -gt 4 ]; then
    411         log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<4"
     411        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<5"
    412412        fail really
    413413      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