27 lines
727 B
Diff
27 lines
727 B
Diff
|
From d662ee171f94885a565828818ad0ccd73af06d39 Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Mon, 29 Jun 2015 08:32:31 -0400
|
||
|
Subject: [PATCH 18/18] ppc64le: Fix PIC variant of asmrun.
|
||
|
|
||
|
---
|
||
|
asmrun/Makefile | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/asmrun/Makefile b/asmrun/Makefile
|
||
|
index 4aa2fc9..8997e15 100644
|
||
|
--- a/asmrun/Makefile
|
||
|
+++ b/asmrun/Makefile
|
||
|
@@ -137,6 +137,9 @@ power64le.o: power64le-$(SYSTEM).o
|
||
|
power64le.p.o: power64le-$(SYSTEM).o
|
||
|
cp power64le-$(SYSTEM).o power64le.p.o
|
||
|
|
||
|
+power64le.pic.o: power64le-$(SYSTEM).pic.o
|
||
|
+ cp power64le-$(SYSTEM).pic.o power64le.pic.o
|
||
|
+
|
||
|
main.c: ../byterun/main.c
|
||
|
ln -s ../byterun/main.c main.c
|
||
|
misc.c: ../byterun/misc.c
|
||
|
--
|
||
|
2.3.1
|
||
|
|