diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:17:12 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:17 -0400 |
commit | 3abc4fa2fb1bcc6a9d9dd6d1c4c11224c8d503a8 (patch) | |
tree | 0452e14b140bae11e7d595481d677648ecde9d8c /development | |
parent | e1a05cad05250d2b72908dda585b825bf2700916 (diff) |
development/sdcc: Change i486 to i586
Diffstat (limited to 'development')
-rw-r--r-- | development/sdcc/sdcc.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/sdcc/sdcc.SlackBuild b/development/sdcc/sdcc.SlackBuild index df939155929a2..ce68237bc12cd 100644 --- a/development/sdcc/sdcc.SlackBuild +++ b/development/sdcc/sdcc.SlackBuild @@ -49,10 +49,7 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="COPYING ChangeLog" -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 |