Brooks Davis
0f1e52866d
Fix the build in 6.x by requiring GCC 4.2+. This may not be exactly the right
...
string, but half an hour of searching around the gcc source and website sheds
no light on when -Wno-variadic-macros was added.
2008-06-18 17:51:55 +00:00
Brooks Davis
a64121ee05
Upgrade to LLVM GCC release 2.3.
...
Take maintainership since this needs to be updated with devel/llvm.
General Makefile cleanup.
2008-06-12 16:17:54 +00:00
Brooks Davis
7ce8784350
Record (and thus remove on deinstall) libgomp.info.
...
Reported by: erwin
2008-03-28 23:23:34 +00:00
Brooks Davis
74afc71c04
Upgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2.
...
Switch llvm-gcc4 from the deprecated gcc 4.0 based version to a new gcc
4.2 based release.
See the release notes for details:
http://www.llvm.org/releases/2.2/docs/ReleaseNotes.html
2008-03-24 22:48:35 +00:00
Pav Lucistnik
564381c8ea
- Fix build on FreeBSD 8.x
...
Submitted by: Wesley Shields <wxs@atarininja.org>
2007-12-22 17:16:25 +00:00
Ade Lovett
dbd39ca660
Migration from bison 1.x to 2.x
...
PR: 117086
Tested by: -exp runs
2007-10-17 10:13:01 +00:00
Max Khon
d136d7f085
Assign maintainership to Emil Mikulic.
2007-10-16 16:32:23 +00:00
Max Khon
109572887b
- Update to 2.1
...
PR: 117011
Submitted by: Emil Mikulic
2007-10-16 04:17:21 +00:00
Max Khon
c6cfeb5b67
Only for i386 and amd64.
2007-09-22 09:11:59 +00:00
Max Khon
2e57b3044e
Remove fsf-funding.7, gfdl.7 and gpl.7 manpages (as all other gcc* ports do).
2007-08-01 14:58:44 +00:00
Pav Lucistnik
244efa3322
- Package man pages
...
Reported by: pointyhat
2007-07-31 10:57:12 +00:00
Max Khon
ff980638b4
Reorder CATEGORIES so that PKGORIGIN is generated correctly.
2007-07-26 03:26:47 +00:00
Max Khon
944a74aac7
Fix build on EMT64T: add --disable-shared for this platform as recommended
...
in README.LLVM.
2007-07-25 20:17:36 +00:00
Max Khon
0d3eb7bc3f
- Add missing dependency on llvm
...
- Remove debugging garbage
2007-07-25 19:08:15 +00:00
Max Khon
e529eb5f66
New port: llvm-gcc4
...
lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.
By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.
Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.
2007-07-25 18:56:38 +00:00