HEADS UP: dynamic root support now in the tree

David O'Brien obrien at FreeBSD.ORG
Mon Aug 25 02:44:59 PDT 2003


On Sun, Aug 17, 2003 at 01:54:38AM -0700, Gordon Tetlow wrote:
> IA64 users (both of you), do not attempt to build the world using
> WITH_DYNAMICROOT! This is guaranteed to fail! I'm currently working
> on getting ahold of a toolchain expert to work out the one outstanding
> issue with this platform.

Apply this patch to your sources and you can build using WITH_DYNAMICROOT:

Index: contrib/gcc/config/ia64/freebsd.h
===================================================================
RCS file: /home/ncvs/src/contrib/gcc/config/ia64/freebsd.h,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 freebsd.h
--- contrib/gcc/config/ia64/freebsd.h	11 Jul 2003 03:40:52 -0000	1.1.1.3
+++ contrib/gcc/config/ia64/freebsd.h	25 Aug 2003 09:40:33 -0000
@@ -28,7 +28,7 @@
   %{!shared:								\
     %{!static:								\
       %{rdynamic:-export-dynamic}					\
-      %{!dynamic-linker:-dynamic-linker /usr/libexec/ld-elf.so.1}}	\
+      %{!dynamic-linker:-dynamic-linker /libexec/ld-elf.so.1}}		\
     %{static:-Bstatic}}"
 
 


More information about the freebsd-ia64 mailing list