Index: defaults/sparc64/niagara/Makefile.config
===================================================================
--- defaults/sparc64/niagara/Makefile.config	(revision 272a293cd1097ed3e3eca8ed70eb43f5cd0bc775)
+++ defaults/sparc64/niagara/Makefile.config	(revision 1c3c287faa0cdc5e3cedcbfc47dc2ffd4b4e73bd)
@@ -14,4 +14,13 @@
 CONFIG_FB = n
 
+# Dynamic linking support
+CONFIG_RTLD = y
+
+# Build shared libraries
+CONFIG_BUILD_SHARED_LIBS = y
+
+# Link against shared libraries
+CONFIG_USE_SHARED_LIBS = y
+
 # Barebone build with essential binaries only
 CONFIG_BAREBONE = y
Index: defaults/sparc64/ultra/Makefile.config
===================================================================
--- defaults/sparc64/ultra/Makefile.config	(revision 272a293cd1097ed3e3eca8ed70eb43f5cd0bc775)
+++ defaults/sparc64/ultra/Makefile.config	(revision 1c3c287faa0cdc5e3cedcbfc47dc2ffd4b4e73bd)
@@ -8,4 +8,13 @@
 QUADFLOAT = hard
 
+# Dynamic linking support
+CONFIG_RTLD = y
+
+# Build shared libraries
+CONFIG_BUILD_SHARED_LIBS = y
+
+# Link against shared libraries
+CONFIG_USE_SHARED_LIBS = y
+
 # Barebone build with essential binaries only
 CONFIG_BAREBONE = y
