notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/clang-devel/files/patch-tools_clang_lib_Driver_Tools.cpp
SVNWeb

Number of commits found: 3

Fri, 14 Sep 2012
[ 21:03 brooks search for other commits by this committer ] Original commit   Revision:304297
Upgrade to svn rev r163622.  Several fixes to FreeBSD support for -pie and
mips as well as reported improvements to the MIPS backend.
Mon, 27 Aug 2012
[ 16:18 brooks search for other commits by this committer ] Original commit 
Fix creation of position independent executables (-fPIE -pie).

There were two bugs here.  First, -pie was not passed to ld.  Second,
non-relocatable versions of three *crt*.o archives were used in the pie
case.

Additionally, link with crtbeginT.o in the -static case.

Shift style towards that of the Linux code since much of the new login was
cribbed from it.

Reported by:	jonathan
Thu, 23 Aug 2012
[ 21:04 brooks search for other commits by this committer ] Original commit 
Update LLVM and Clang to r162438 plus a couple patchs to make it possible
to target MIPS with FreeBSD's base binutils.

Number of commits found: 3