Selaa lähdekoodia

Fix target determination for MIPSEL.

"Steven J. Hill" 23 vuotta sitten
vanhempi
commit
144e8b81f8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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