diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:49 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:43 -0500 |
commit | 10a072a2bdf4702ce80da10f4bdc526f79e92408 (patch) | |
tree | afe04521541444904cca76f12116466c3b7f28d1 /Makefile.target | |
parent | c60d0afa65b0d037c6a6150132fbeea4ee6b557e (diff) |
this bit was already generated in 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 d2f1d860ad..32fa27f3c4 100644 --- a/Makefile.target +++ b/Makefile.target @@ -364,10 +364,6 @@ ifdef CONFIG_SLIRP QEMU_CFLAGS+=-I$(SRC_PATH)/slirp endif -ifeq ($(ARCH),ia64) -LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld -endif - # profiling code ifdef TARGET_GPROF LDFLAGS+=-p |