diff options
author | netchild <netchild@FreeBSD.org> | 2002-03-27 01:01:09 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-03-27 01:01:09 +0800 |
commit | 3c794396d2df8c918b62bc2ecd877720b1b0656a (patch) | |
tree | 6e81d4f52758466b68f42375d56d214541a70409 /lang/Makefile | |
parent | f7a7eb67533f9dc4c8fda33a98547745bf5040d0 (diff) | |
download | freebsd-ports-gnome-3c794396d2df8c918b62bc2ecd877720b1b0656a.tar.gz freebsd-ports-gnome-3c794396d2df8c918b62bc2ecd877720b1b0656a.tar.zst freebsd-ports-gnome-3c794396d2df8c918b62bc2ecd877720b1b0656a.zip |
This is Intels C/C++ compiler. It is setup to produce native FreeBSD objects.
This port is not able to produce native executables on its own. You need to do
it yourself with gcc.
Approved by: steve
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 135d2f7bdbc5..aa6744ccdb26 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -70,6 +70,7 @@ SUBDIR += guile SUBDIR += hope SUBDIR += hugs + SUBDIR += icc SUBDIR += ici SUBDIR += icon SUBDIR += intel2gas |