Revision 4318e1a6 Makefile.target

b/Makefile.target
228 228
endif
229 229

  
230 230
ifeq ($(ARCH),mips)
231
ifeq ($(HOST_WORDS_BIGENDIAN),y)
232 231
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
233
else
234
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
235
endif
236 232
endif
237 233

  
238 234
ifeq ($(ARCH),mips64)
239
ifeq ($(HOST_WORDS_BIGENDIAN),y)
240 235
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
241
else
242
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
243
endif
244 236
endif
245 237

  
246 238
# profiling code
......
371 363
endif
372 364

  
373 365
ifeq ($(ARCH),mips)
374
ifeq ($(HOST_WORDS_BIGENDIAN),y)
375 366
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
376
else
377
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
378
endif
379 367
endif
380 368

  
381 369
ifeq ($(ARCH),mips64)
382
ifeq ($(HOST_WORDS_BIGENDIAN),y)
383 370
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
384
else
385
LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
386
endif
387 371
endif
388 372

  
389 373
obj-y = main.o bsdload.o elfload.o mmap.o path.o signal.o strace.o syscall.o \

Also available in: Unified diff