Revision 8a0ef219 Makefile.target

b/Makefile.target
140 140
endif
141 141

  
142 142
ifeq ($(ARCH),x86_64)
143
BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
143
  ifneq ($(CONFIG_SOLARIS),yes)
144
    BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
145
  endif
144 146
endif
145 147

  
146 148
ifeq ($(ARCH),ppc)
147 149
CPPFLAGS+= -D__powerpc__
148
ifdef CONFIG_LINUX_USER
149 150
BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
150 151
endif
151
endif
152 152

  
153 153
ifeq ($(ARCH),s390)
154 154
BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
......
554 554
  endif
555 555
endif
556 556

  
557
ifeq ($(ARCH),x86_64)
558
  VL_LDFLAGS+=-m64
559
  ifneq ($(CONFIG_SOLARIS),yes)
560
    VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
561
  endif
562
endif
563

  
557 564
ifdef CONFIG_WIN32
558 565
SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
559 566
endif

Also available in: Unified diff