This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
From: David Holsgrove <david.holsgrove@xilinx.com>Why? Which target platforms are you actually building for?
Microblaze requires libiberty to be compiled with -fPIC
diff --git a/libiberty/configure b/libiberty/configure
index 6e98352..266d8b2 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -4899,6 +4899,9 @@ case "${host}" in
m68k-*-*)
PICFLAG=-fpic
;;
+ microblaze*-*-*)
+ PICFLAG=-fPIC
+ ;;
So far, we have been building binutils for microblaze-rtems* without -fPIC.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |