Changeset 3885 in MondoRescue for branches/3.3/mondo/configure.ac


Ignore:
Timestamp:
Mar 10, 2024, 7:23:12 PM (4 months ago)
Author:
Bruno Cornec
Message:

Removes support for ia64 depracated in upstream kernel, and elilo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/configure.ac

    r3879 r3885  
    107107        CPPFLAGS="$CPPFLAGS -D__IA32__ -D__X86_64__"
    108108        ;;
    109     ia64*)
    110         CPPFLAGS="$CPPFLAGS -D__IA64__"
    111         ;;
    112109    *)
    113         echo "*** Sorry, only Intel Architectures (ia32, x86_64, ia64) are supported at this time. Want to help?"
     110        echo "*** Sorry, only Intel based Architectures (ia32, x86_64) are supported at this time. Want to help?"
    114111        ;;
    115112esac
Note: See TracChangeset for help on using the changeset viewer.