diff options
| author | fw157321 <none@none> | 2007-08-06 15:48:44 -0700 |
|---|---|---|
| committer | fw157321 <none@none> | 2007-08-06 15:48:44 -0700 |
| commit | aa52b40e638e124bfdc5d2a65d512955e606cab1 (patch) | |
| tree | a73afd7430803d2ba1ecf91435f88eaa301279f1 /usr/src/lib/libprtdiag | |
| parent | bb8b5132cbf0e1d3fd47148d13c12ace41e302bb (diff) | |
| download | illumos-joyent-aa52b40e638e124bfdc5d2a65d512955e606cab1.tar.gz | |
6587389 prtdiag -v Formatting issues (fix ELF versioning)
Diffstat (limited to 'usr/src/lib/libprtdiag')
| -rw-r--r-- | usr/src/lib/libprtdiag/Makefile.com | 2 | ||||
| -rw-r--r-- | usr/src/lib/libprtdiag/sparc/sun4v/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libprtdiag/Makefile.com b/usr/src/lib/libprtdiag/Makefile.com index 8f057faa7d..0375fd3fe9 100644 --- a/usr/src/lib/libprtdiag/Makefile.com +++ b/usr/src/lib/libprtdiag/Makefile.com @@ -46,7 +46,7 @@ IFLAGS += -I $(UTSBASE)/sun4u/sunfire IFLAGS += -I $(UTSBASE)/sun4u/serengeti CPPFLAGS = $(IFLAGS) $(CPPFLAGS.master) CFLAGS += $(CCVERBOSE) -LDLIBS += -lc -lkstat -lm +LDLIBS += -lc -lkstat DYNFLAGS += -Wl,-f/usr/platform/\$$PLATFORM/lib/$(DYNLIBPSR) # There should be a mapfile here diff --git a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile index bbd5bb119e..fea2914426 100644 --- a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile +++ b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile @@ -41,7 +41,7 @@ OBJECTS = io.o cpu.o memory.o kstat.o prom.o \ include ../../Makefile.com SRCS = $(OBJECTS:%.o=../../common/%.c) -LDLIBS += -lpicl +LDLIBS += -lpicl -lm # # used for creating message catalogue files |
