DragonFly-2.3.0.758.ge1da68 master Makefile.inc1 Makefile_upgrade.inc gnu/lib/csu Makefile.csu gnu/lib/gcc34/csu Makefile gnu/lib/gcc41/csu Makefile lib Makefile lib/csu Makefile lib/csu/amd64 Makefile.csu lib/csu/i386 Makefile.csu

Matthew Dillon dillon at apollo.backplane.com
Sun Apr 19 19:48:00 PDT 2009


:    csu:  move crt files to /usr/lib
:    
:    Instead of installing our start files in gcc directories, install the
:    generic ones in /usr/lib.  This should make porting other compilers more
:    easy.
:    
:    Requested-by:  hasso@
:
:Summary of changes:
: Makefile.inc1              |    2 +-
: Makefile_upgrade.inc       |   10 +++++++++-
: gnu/lib/csu/Makefile.csu   |    2 --
: gnu/lib/gcc34/csu/Makefile |    2 --
: gnu/lib/gcc41/csu/Makefile |    2 --
: lib/Makefile               |    3 ++-
: lib/csu/Makefile           |   14 ++++++++++++++
: lib/csu/amd64/Makefile.csu |    2 --
: lib/csu/i386/Makefile.csu  |    2 --
: 9 files changed, 26 insertions(+), 13 deletions(-)
: create mode 100644 lib/csu/Makefile

    Woa.  Hold on.  That locks us into a common set of crt files
    which could cause problems if we ever wanted integrate other
    compilers into the system if they needed different ones.

    Instead of doing this I would like those files installed in the
    version-specific directories they were installed in before, and
    if you really think its necessary we can add softlinks to /usr/lib.

					-Matt





More information about the Commits mailing list