diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:25 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:39 -0500 |
commit | 07d9ac44422cf5dc3427c94487f7255479db6814 (patch) | |
tree | dcf290ac7dff5f12f27df5490902398e4c3eef50 /Makefile.target | |
parent | c81da56e97a4a775428033f750f1e08136aced97 (diff) |
move SDL_LIBS Win32 hack to configure
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.target b/Makefile.target index d34156c120..9ffc0b7086 100644 --- a/Makefile.target +++ b/Makefile.target @@ -441,10 +441,6 @@ ifeq ($(ARCH),ia64) LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld endif -ifdef CONFIG_WIN32 -SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole -endif - # profiling code ifdef TARGET_GPROF LDFLAGS+=-p |