VirtualBox

Changeset 9196 in vbox for trunk/configure


Ignore:
Timestamp:
May 28, 2008 12:14:06 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31349
Message:

gcc-4.0 is allowed for Darwin only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r9133 r9196  
    367367          cnf_append "VBOX_RECOMPILER_OP_GCC" "$CC_COMPAT"
    368368        fi
     369      # gcc-4.0 is allowed for Darwin only
    369370      elif [ $cc_maj -lt 3 \
    370371             -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
    371              -o \( $cc_maj -eq 4 -a $cc_min -lt 1 \) \
     372             -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
    372373             -o \( $cc_maj -eq 4 -a $cc_min -gt 3 \) \
    373374             -o $cc_maj -gt 4 ]; then
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