Revision 540635ba Makefile.target

b/Makefile.target
4 4
ifeq ($(TARGET_ARCH), x86_64)
5 5
TARGET_BASE_ARCH:=i386
6 6
endif
7
ifeq ($(TARGET_ARCH), mipsn32)
8
TARGET_BASE_ARCH:=mips
9
endif
7 10
ifeq ($(TARGET_ARCH), mips64)
8 11
TARGET_BASE_ARCH:=mips
9 12
endif
......
50 53
    TARGET_ARCH2=mipsel
51 54
  endif
52 55
endif
56
ifeq ($(TARGET_ARCH),mipsn32)
57
  ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
58
    TARGET_ARCH2=mipsn32el
59
  endif
60
endif
53 61
ifeq ($(TARGET_ARCH),mips64)
54 62
  ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
55 63
    TARGET_ARCH2=mips64el

Also available in: Unified diff