~ubuntu-branches/debian/jessie/xserver-xorg-video-intel/jessie

« back to all changes in this revision

Viewing changes to build-aux/config.guess

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-02-24 14:16:47 UTC
  • mfrom: (26.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120224141647-4aux48xunen1oa16
Tags: 2:2.18.0-1
* New upstream release.
* No SNA for unstable, it's too fast of a moving target for now.
* Since we're building for unstable, let's go back to the previous
  xorg-server build-dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
5
#   2011 Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2011-02-02'
 
7
timestamp='2011-05-11'
8
8
 
9
9
# This file is free software; you can redistribute it and/or modify it
10
10
# under the terms of the GNU General Public License as published by
882
882
        then
883
883
            echo ${UNAME_MACHINE}-unknown-linux-gnu
884
884
        else
885
 
            echo ${UNAME_MACHINE}-unknown-linux-gnueabi
 
885
            if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
 
886
                | grep -q __ARM_PCS_VFP
 
887
            then
 
888
                echo ${UNAME_MACHINE}-unknown-linux-gnueabi
 
889
            else
 
890
                echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
 
891
            fi
886
892
        fi
887
893
        exit ;;
888
894
    avr32*:Linux:*:*)