diff options
Diffstat (limited to 'make_macrosfiles.sh.in')
-rw-r--r-- | make_macrosfiles.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_macrosfiles.sh.in b/make_macrosfiles.sh.in index 93fd0be..f7c06bc 100644 --- a/make_macrosfiles.sh.in +++ b/make_macrosfiles.sh.in @@ -11,7 +11,7 @@ OPTFLAGS=`perl -ane "m/^optflags:\s*${ARCH}\s*(.*)/ and print \\$1" < rpmrc` MULTILIBNO= case $ARCH in - i*86|k6|athlon) + i*86|k6|athlon|pentium*) MULTILIBNO=1 CANONARCH=i386 ;; |