diff options
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 |