Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2007 16:38:40 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc Makefile
Message-ID:  <200705191638.l4JGceO4078666@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2007-05-19 16:38:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libc             Makefile 
  Log:
  Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS
  puts it before library's object files, making the whole constuct useless.
  
  Revision  Changes    Path
  1.72      +2 -1      src/lib/libc/Makefile



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