Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2002 17:37:53 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.m68k Makefile.powerpc Makefile.sparc64
Message-ID:  <200202070137.g171brc11969@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2002/02/06 17:37:53 PST

  Modified files:
    gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 
                            Makefile.ia64 Makefile.m68k 
                            Makefile.powerpc Makefile.sparc64 
  Log:
  Set the SCRIPTDIR to be rooted at TOOLS_PREFIX rather than DESTDIR.
  (the two may be different (ie, build vs. runtime))
  Allow ldscript's SEARCH_DIR do be rooted somewhere other than `/'.
  (in this case at TOOLS_PREFIX)
  
  These changes are most helpful during `make buildworld' so that the shared
  libs built in the middle of `make buildworld' are used vs. the ones in
  /usr/lib on the build machine.
  
  Submitted by:   ru
  
  Revision  Changes    Path
  1.20      +1 -1      src/gnu/usr.bin/binutils/ld/Makefile
  1.14      +1 -1      src/gnu/usr.bin/binutils/ld/Makefile.alpha
  1.15      +1 -1      src/gnu/usr.bin/binutils/ld/Makefile.i386
  1.2       +1 -1      src/gnu/usr.bin/binutils/ld/Makefile.ia64
  1.6       +1 -1      src/gnu/usr.bin/binutils/ld/Makefile.m68k
  1.8       +1 -1      src/gnu/usr.bin/binutils/ld/Makefile.powerpc
  1.8       +1 -1      src/gnu/usr.bin/binutils/ld/Makefile.sparc64

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202070137.g171brc11969>