summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-alias.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 20:56:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 20:56:35 +0000
commit6d3ab0ffdcf4f6e2a338233021658ff83880cbec (patch)
treefad785fc1cdad56487eea123beea01bab1184e55 /aclocal/bsp-alias.m4
parentRemoved warning by changing %eax -> %ax as source of move to segment (diff)
downloadrtems-6d3ab0ffdcf4f6e2a338233021658ff83880cbec.tar.bz2
Added pc486 and pc586 as aliases of pc386 with proper cpu flags.
Diffstat (limited to '')
-rw-r--r--aclocal/bsp-alias.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 97006e308c..19a199c4af 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -14,6 +14,9 @@ AC_DEFUN(RTEMS_BSP_ALIAS,
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
p4600) $2=p4000 ;; # mips64orion - p4000 board w/IDT 4600
p4650) $2=p4000 ;; # mips64orion - p4000 board w/IDT 4650
+ pc486) $2=pc386 ;; # i386 - PC with i486DX
+ pc586) $2=pc386 ;; # i386 - PC with Pentium
+ pc686) $2=pc386 ;; # i386 - PC with PentiumPro
*) $2=$1;;
esac
])