summaryrefslogtreecommitdiff
path: root/usr/src/lib/libndmp
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2018-02-11 21:47:18 +0000
committerRichard Lowe <richlowe@richlowe.net>2018-10-11 22:43:46 +0000
commite1bf37b1abeb6653a6e35e2bd6924131cced1efe (patch)
treee9a3d8a4d258db31c91c111dcede64a011e4055d /usr/src/lib/libndmp
parenta5d83f5b2c771c419ad216ce0358fbeee032fc32 (diff)
downloadillumos-joyent-e1bf37b1abeb6653a6e35e2bd6924131cced1efe.tar.gz
9884 cw(1) should use -fpic rather than -Kpic
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libndmp')
-rw-r--r--usr/src/lib/libndmp/sparcv9/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libndmp/sparcv9/Makefile b/usr/src/lib/libndmp/sparcv9/Makefile
index b84fb15f9e..c0e1bf7d54 100644
--- a/usr/src/lib/libndmp/sparcv9/Makefile
+++ b/usr/src/lib/libndmp/sparcv9/Makefile
@@ -11,10 +11,10 @@
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-# - Redistributions of source code must retain the above copyright
+# - Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
-# - Redistributions in binary form must reproduce the above copyright
+# - Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
@@ -39,6 +39,6 @@
include ../Makefile.com
include $(SRC)/lib/Makefile.lib.64
-sparcv9_C_PICFLAGS= -K PIC
+sparcv9_C_PICFLAGS= $(sparcv9_C_BIGPICFLAGS)
install: all $(ROOTLIBS64) $(ROOTLINKS64)