]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/icecream-0.9.7-platform-arm.patch
tor: Bump package version to 6 and fix backup.
[people/teissler/ipfire-2.x.git] / src / patches / icecream-0.9.7-platform-arm.patch
1 Index: services/scheduler.cpp
2 ===================================================================
3 --- services/scheduler.cpp (revision 1310078)
4 +++ services/scheduler.cpp (working copy)
5 @@ -52,7 +52,7 @@
6 #include "config.h"
7 #include "bench.h"
8
9 -#define DEBUG_SCHEDULER 0
10 +#define DEBUG_SCHEDULER 1
11
12 /* TODO:
13 * leak check
14 @@ -613,6 +613,8 @@
15
16 platform_map.insert( make_pair( string( "ppc" ), string( "ppc64" ) ) );
17 platform_map.insert( make_pair( string( "s390" ), string( "s390x" ) ) );
18 +
19 + platform_map.insert( make_pair( string( "armv5tel"), string( "armv7l" ) ) );
20 }
21
22 multimap<string, string>::const_iterator end = platform_map.upper_bound( target );