gcc 3.0 tells me that -m486 is deprecated. The gcc 2.95 manual tells
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Aug 2001 14:09:31 +0000 (14:09 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Aug 2001 14:09:31 +0000 (14:09 +0000)
commit45a2f9390634d243dfe631e174b1c2accf39ae8d
tree595616f4c3fe707c761043f4deb2d58f56be7410
parent6982c0da4e73063202cd09b08a654db9bce25ef2
gcc 3.0 tells me that -m486 is deprecated.  The gcc 2.95 manual tells
me the same and that the correct option is -mcpu=i486.  I'm assuming
-mcpu has been around for some time, and that it's therefore safe to
change all occurences of -m486 to -mcpu=i486.
Configure