lkml.org 
[lkml]   [2000]   [Dec]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] Processor autodetection (when configuring kernel)
    Giacomo,

    Further experimentation has revealed another problem with the script. The
    use of curly braces in the case statement, i.e.

    GenuineIntel:6:{8,9,11} ) echo CONFIG_M686FXSR ;;

    does not work. The construct below works, but I don't like it because of
    its length:

    GenuineIntel:6:8|GenuineIntel:6:9|GenuineIntel:6:11 ) echo
    CONFIG_M686FXSR ;;


    David
    --------------------------------------------------------
    David Relson Osage Software Systems, Inc.
    relson@osagesoftware.com Ann Arbor, MI 48103
    www.osagesoftware.com tel: 734.821.8800

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 12:52    [W:4.816 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site