12 lines
666 B
Diff
12 lines
666 B
Diff
|
diff -Nru icecc-0.9.7.orig/services/scheduler.cpp icecc-0.9.7/services/scheduler.cpp
|
||
|
--- icecc-0.9.7.orig/services/scheduler.cpp 2012-04-07 17:05:04.946772933 +0200
|
||
|
+++ icecc-0.9.7/services/scheduler.cpp 2012-04-07 19:07:42.569307085 +0200
|
||
|
@@ -594,6 +594,7 @@
|
||
|
platform_map.insert( make_pair( string( "i586" ), string( "x86_64" ) ) );
|
||
|
|
||
|
platform_map.insert( make_pair( string( "i686" ), string( "x86_64" ) ) );
|
||
|
+ platform_map.insert( make_pair( string( "x86_64" ), string( "i686" ) ) );
|
||
|
|
||
|
platform_map.insert( make_pair( string( "ppc" ), string( "ppc64" ) ) );
|
||
|
platform_map.insert( make_pair( string( "s390" ), string( "s390x" ) ) );
|