blob: 62c08a4a741fd309ddc6c53b3d28895e205acf4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -Naurp a/tools/builder/build_mfx.pl b/tools/builder/build_mfx.pl
--- a/tools/builder/build_mfx.pl 2017-12-26 01:43:24.000000000 -0200
+++ b/tools/builder/build_mfx.pl 2017-12-27 14:13:24.387394916 -0200
@@ -33,8 +33,8 @@ my $run_build = 0;
my $clean = 0;
my $no_warn_as_error = 0;
my %build = (
- 'cc' => '',
- 'cxx' => '',
+ 'cc' => '/usr/bin/gcc-5',
+ 'cxx' => '/usr/bin/g++-5',
'ipp' => '',
'trace' => '',
'prefix' => '',
|