diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2019-06-01 11:30:27 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2019-06-06 20:21:35 +0000 |
commit | 96dd34fce4380f5569e21176b9b310b458e5fb13 (patch) | |
tree | 13e4dea27a5efffd00d3914d3c7e2c2ccc1a3c2f /usr/src | |
parent | a11fb0e740178d9398c8aeb4281d1a0434402933 (diff) | |
download | illumos-joyent-96dd34fce4380f5569e21176b9b310b458e5fb13.tar.gz |
11136 SPARC build fails with ctfconvert error in libucb
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/ucblib/libucb/Makefile.com | 4 | ||||
-rw-r--r-- | usr/src/ucblib/libucb/sparc/Makefile | 6 | ||||
-rw-r--r-- | usr/src/ucblib/libucb/sparcv9/Makefile | 6 |
3 files changed, 11 insertions, 5 deletions
diff --git a/usr/src/ucblib/libucb/Makefile.com b/usr/src/ucblib/libucb/Makefile.com index bb277af674..94c24fe097 100644 --- a/usr/src/ucblib/libucb/Makefile.com +++ b/usr/src/ucblib/libucb/Makefile.com @@ -22,6 +22,8 @@ # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. # # Copyright (c) 2018, Joyent, Inc. +# Copyright 2019 Peter Tribble. +# LIBRARY= libucb.a VERS= .1 @@ -133,7 +135,7 @@ pics/%.o: sys/%.c pics/%.o: ../$(MACH)/sys/%.s $(BUILD.s) - $(POST_PROCESS_O) + $(POST_PROCESS_S_O) # # Include library targets diff --git a/usr/src/ucblib/libucb/sparc/Makefile b/usr/src/ucblib/libucb/sparc/Makefile index bfa844235b..6b8f2d0c3e 100644 --- a/usr/src/ucblib/libucb/sparc/Makefile +++ b/usr/src/ucblib/libucb/sparc/Makefile @@ -22,8 +22,10 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2019 Peter Tribble. +# -SYSOBJS= \ +SYSOBJS= \ setjmp.o \ signal.o @@ -35,7 +37,7 @@ BUILD.s= $(AS) $(ASFLAGS) $< -o $@ # sparc-specific rule pics/%.o: sys/%.s $(BUILD.s) - $(POST_PROCESS_O) + $(POST_PROCESS_S_O) .KEEP_STATE: diff --git a/usr/src/ucblib/libucb/sparcv9/Makefile b/usr/src/ucblib/libucb/sparcv9/Makefile index 89af3cc63e..97883b2a05 100644 --- a/usr/src/ucblib/libucb/sparcv9/Makefile +++ b/usr/src/ucblib/libucb/sparcv9/Makefile @@ -22,8 +22,10 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2019 Peter Tribble. +# -SYSOBJS= \ +SYSOBJS= \ setjmp.o \ signal.o @@ -41,7 +43,7 @@ pics/%.o: ../sparc/sys/%.c pics/%.o: sys/%.s $(BUILD.s) - $(POST_PROCESS_O) + $(POST_PROCESS_S_O) .KEEP_STATE: |