[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GnuPG



> > > > If you install rpm you have the final config.{guess|sub} in
> > > > /usr/lib/rpm.  Please use these scripts.
> > 
> > And I'm really sure that this is *not* a new information for you.

I just checked both files.  config.sub is okay, but config.guess
will _definitely_ fail on a TT, since it doesn't define it.  The
patch is enclosed here...

-- 
----------------------------------------------------------------
Martin-Éric Racine            The Atari Stacy and TT030 Homepage
Lappeenranta, Finland          http://members.tripod.com/~TT030/
----------------------------------------------------------------
   "When the time comes, I will know and I shall be."  Q-Funk 
    # MiNT.  But MiNT is downward compatible to TOS, so this should

    # be no problem.

    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)

        echo m68k-milan-mint${UNAME_RELEASE}

        exit 0 ;;

    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)

        echo m68k-hades-mint${UNAME_RELEASE}

        exit 0 ;;

    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)

        echo m68k-atari-mint${UNAME_RELEASE}

	exit 0 ;;

    ataritt:*MiNT:*:* | ataritt:*mint:*:* | ataritt:*TOS:*:*)

        echo m68k-atari-mint${UNAME_RELEASE}

	exit 0 ;;

    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)

        echo m68k-atari-mint${UNAME_RELEASE}

	exit 0 ;;

    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)

	echo m68k-atari-mint${UNAME_RELEASE}

        exit 0 ;;

    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)

        echo m68k-unknown-mint${UNAME_RELEASE}

        exit 0 ;;