Version: 2.9, Package name: llvm-gcc4.2-2.9 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
MD5: GjlRiA0X9nbTa57f3qinJw= |
RMD160: L0MppUN7IUWVtm3E4AXvH5/qVaI= |
Filesize: 52380.266 KB |
Package available on: cdrom( ![]() ![]() Distfile available on: cdrom( ![]() ![]() |
Version History (View Complete History) |
|
2011-07-18 13:06:37 by Christian Weisgerber | Files touched by this commit (29) |
Log message: bump revision for plist changes 4.9 -> 5.0 |
2011-07-13 16:20:31 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Due to fixes for the definition of NULL in our header files the corresponding fixups are omitted now. Also add the fixup for wchar.h that must have appeared sometime in the past. ok sthen@ |
2011-04-09 15:53:42 by Jonathan Gray | Files touched by this commit (3) |
Log message: update to the llvm 2.9 based version |
2011-01-14 18:09:43 by Christian Weisgerber | Files touched by this commit (28) |
Log message: bump revision for plist changes 4.8 -> 4.9 |
2011-01-12 17:18:18 by Jeremy Evans | Files touched by this commit (13) |
Log message: Use llvm 2.8 version. Enable build on amd64 since it works now. Bring library versioning under control and bump the major versions. Mark as SHARED_ONLY. Remove TODO file as it is no longer needed. OK @sthen |
2010-11-26 10:27:38 by Marc Espie | Files touched by this commit (3) |
Log message: use =${VERSION} dialect |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-10-18 13:20:42 by Marc Espie | Files touched by this commit (54) |
Log message: USE_GROFF=Yes |
2010-07-24 17:05:08 by Christian Weisgerber | Files touched by this commit (27) |
Log message: bump PKGNAME for PLIST changes 4.7 -> 4.8 |
2010-07-21 17:02:56 by Stuart Henderson | Files touched by this commit (1) |
Log message: drop gcc4 modules, use REVISION, some other minor cleanup. ok jsg@ on earlier version. |
2010-07-09 15:40:10 by Christian Weisgerber | Files touched by this commit (1) |
Log message: bump after gcc4 switch |
2010-04-29 10:45:53 by Jonathan Gray | Files touched by this commit (13) |
Log message: update to llvm-gcc 4.2-2.7 ok sthen@ |
2010-01-27 14:43:28 by Christian Weisgerber | Files touched by this commit (27) |
Log message: bump PKGNAME for PLIST changes 4.6 -> 4.7 |
2009-11-17 17:49:09 by Stuart Henderson | Files touched by this commit (8) |
Log message: - fix dependencies following libstdc++ bump from 4.2.4p3 to 4.2.4v0 - bump relevant PKGNAMEs |
2009-11-02 16:00:08 by Jonathan Gray | Files touched by this commit (11) |
Log message: update to 2.6 ok sthen@ |
2009-08-12 15:31:46 by Stuart Henderson | Files touched by this commit (2) |
Log message: Update to a newer snapshot; now in-sync with devel/llvm. |
2009-06-24 14:10:10 by Stuart Henderson | Files touched by this commit (3) |
Log message: - enable objc - fix "make fake" with 4.6 OS version from jsg@ - add a SUBST_VARS for the included GCC version to reduce PLIST churn |