Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649700 | Differences between
and this patch

Collapse All | Expand All

(-)freehdl-0.0.8.orig/v2cc/gvhdl.in (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
my $cc = "@CXX@";
6
my $cc = "@CXX@";
7
my $libtool = "@SYSTEM_LIBTOOL@";
7
my $libtool = "@SYSTEM_LIBTOOL@";
8
my $libtool_options = "--mode=link";
8
my $libtool_options = "--mode=link --tag CXX";
9
my $vhdl_source_name = "";
9
my $vhdl_source_name = "";
10
my $source = "";
10
my $source = "";
11
my $includes = "";
11
my $includes = "";

Return to bug 649700