Commit graph

10 commits

Author SHA1 Message Date
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