|
@@ -312,6 +312,11 @@ ifeq ($(PPC_TARGET),arm)
|
|
override LOCALOPT+=-Fuarmgen
|
|
override LOCALOPT+=-Fuarmgen
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+# ARMEB specific
|
|
|
|
+ifeq ($(PPC_TARGET),armeb)
|
|
|
|
+override LOCALOPT+=-Fuarmgen
|
|
|
|
+endif
|
|
|
|
+
|
|
# mipsel specific
|
|
# mipsel specific
|
|
ifeq ($(PPC_TARGET),mipsel)
|
|
ifeq ($(PPC_TARGET),mipsel)
|
|
override LOCALOPT+=-Fumips
|
|
override LOCALOPT+=-Fumips
|