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
Simon Schubert
corecode at crater.dragonflybsd.org
Sun Apr 19 16:00:16 PDT 2009
commit e1da6819a11d14dfd163565fd6b836a29676de8b
Author: Simon Schubert <corecode at dragonflybsd.org>
Date: Mon Apr 20 00:46:24 2009 +0200
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
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e1da6819a11d14dfd163565fd6b836a29676de8b
--
DragonFly BSD source repository
More information about the Commits
mailing list