summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/m5/Makefile.x862
1 files changed, 1 insertions, 1 deletions
diff --git a/util/m5/Makefile.x86 b/util/m5/Makefile.x86
index 89f8f9231..c108ef696 100644
--- a/util/m5/Makefile.x86
+++ b/util/m5/Makefile.x86
@@ -51,7 +51,7 @@ all: m5
$(CC) $(CFLAGS) -fPIC -o $@ -c $<
m5: $(OBJS)
- $(CC) -o $@ $(OBJS)
+ $(CC) -o $@ $(OBJS) -no-pie
m5op_x86.opic: m5op_x86.S
$(CC) $(CFLAGS) -DM5OP_PIC -fPIC -o $@ -c $<