Changeset 94 in MondoRescue for trunk/mondo/configure.in


Ignore:
Timestamp:
Oct 29, 2005, 1:08:39 AM (18 years ago)
Author:
bcornec
Message:

x86_64 support (begining)
find_and_store_mondoarchives_home interface change
libmondo-tools.c modified with asprintf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/configure.in

    r87 r94  
    8787case "$host_cpu" in
    8888    i?86*)
    89     #x86_64*)
    9089        ARCH=i386
    9190        CPPFLAGS="$CPPFLAGS -D__IA32__ -Wall"
     91        ;;
     92    x86_64*)
     93        ARCH=x86-64
     94        CPPFLAGS="$CPPFLAGS -D__X86_64__ -Wall"
    9295        ;;
    9396    ia64*)
     
    9699        ;;
    97100    *)
    98         echo "*** Sorry, only Intel Architectures (ia32, ia64) are supported at this time. Want to help?"
     101        echo "*** Sorry, only Intel Architectures (ia32, x86-64, ia64) are supported at this time."
     102        echo "If you Want to help send a mail to bcornec@users.berlios.de"
    99103        ;;
    100104esac
Note: See TracChangeset for help on using the changeset viewer.