blob: 609399502e7936223a6688369f57f3edb3c375ce (
plain)
1
2
3
4
5
6
7
8
|
# Multilibs for VxWorks.
#GCC does not have an arch=pentium3 setting, so we cannot build PENTIUM3gnu
MULTILIB_OPTIONS = \
march=i486/march=pentium/march=pentiumpro/march=pentium4
MULTILIB_DIRNAMES = \
I80486 PENTIUMgnu PENTIUM2gnu PENTIUM4gnu
|