summaryrefslogtreecommitdiffstats
path: root/ffs/Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ffs/Rules.mk')
-rw-r--r--ffs/Rules.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/ffs/Rules.mk b/ffs/Rules.mk
index 2998d6e..c014ffa 100644
--- a/ffs/Rules.mk
+++ b/ffs/Rules.mk
@@ -22,10 +22,10 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
-CFLAGS += -m32 -D_GNU_SOURCE -std=gnu99 -D_FILE_OFFSET_BITS=64
-CFLAGS += -I$(DEPTH)/.. -I$(DEPTH)/boot/fsp2_ipl -iquote..
+CFLAGS += -D_GNU_SOURCE -std=gnu99 -D_FILE_OFFSET_BITS=64
+CFLAGS += -I$(DEPTH)/.. -I$(DEPTH)/boot/fsp2_ipl -iquote.. -fPIC
-LDFLAGS += -L. -m32
+LDFLAGS += -L.
NAME=libffs
@@ -41,7 +41,7 @@ vpath %.h ..
all: $(TARGETS)
$(NAME).so: $(OBJS)
- $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname,$@ -o $@ $^
+ $(CC) $(LDFLAGS) -shared -Wl,-soname,$@ -o $@ $^
$(NAME).a: $(OBJS)
$(AR) -r $@ $^
OpenPOWER on IntegriCloud