diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:17:11 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:16 -0400 |
commit | 8864e1948d5c99b822e0fba0d5d0a6683654fc5c (patch) | |
tree | 73cc7a53275b388afc8d21bcc5b9679f1b311d7f | |
parent | 125c62b3aa773041d9d737701c7bf2d4e57cdb26 (diff) | |
download | slackbuilds-8864e1948d5c99b822e0fba0d5d0a6683654fc5c.tar.gz |
development/noweb: Change i486 to i586
-rw-r--r-- | development/noweb/noweb.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/noweb/noweb.SlackBuild b/development/noweb/noweb.SlackBuild index fbadac7d07..a3a5721b9d 100644 --- a/development/noweb/noweb.SlackBuild +++ b/development/noweb/noweb.SlackBuild @@ -53,10 +53,7 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="CHANGES COPYRIGHT LICENSE README examples/" -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i586" ]; then +if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then |