Browse Source

Fix target determination for MIPSEL.

"Steven J. Hill" 22 years ago
parent
commit
144e8b81f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Rules.mak

+ 1 - 0
Rules.mak

@@ -88,6 +88,7 @@ TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
 		-e 's/v850.*/v850/g' \
 		-e 's/sh[234]/sh/' \
 		-e 's/mips.*/mips/' \
+		-e 's/mipsel.*/mipsel/' \
 		-e 's/cris.*/cris/' \
 		)
 endif