]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/icecream-0.9.7-platform-arm.patch
Merge remote-tracking branch 'origin/next' into thirteen
[ipfire-2.x.git] / src / patches / icecream-0.9.7-platform-arm.patch
CommitLineData
e967320c
MT
1Index: 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 );