Ignore:
Timestamp:
Jul 23, 2006 2:38:49 PM (18 years ago)
Author:
bennylp
Message:

Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure

    r468 r624  
    1212elif echo $MACHINE | grep i.86 > /dev/null; then 
    1313    MACHINE_NAME=i386 
     14elif echo $MACHINE | grep x86_64 > /dev/null; then 
     15    MACHINE_NAME=x86_64 
    1416elif echo $MACHINE | grep alpha > /dev/null; then 
    1517    MACHINE_NAME=alpha 
Note: See TracChangeset for help on using the changeset viewer.