The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / omniorb / 0001-uclinux-is-also-linux.patch
1 uclinux is also linux
2
3 Patch status: sent upstream
4 (http://www.omniorb-support.com/pipermail/omniorb-list/2014-November/031628.html)
5
6 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
7 ---
8
9 diff -Nuar omniORB-4.1.6-orig/configure.ac omniORB-4.1.6/configure.ac
10 --- omniORB-4.1.6-orig/configure.ac     2011-06-25 00:37:28.000000000 +0300
11 +++ omniORB-4.1.6/configure.ac  2014-11-20 07:05:25.072634260 +0200
12 @@ -183,6 +183,7 @@
13  
14  case "$host" in
15    *-*-linux-*)   plat_name="Linux";    plat_def="__linux__";    os_v="2";;
16 +  *-*-uclinux-*) plat_name="Linux";    plat_def="__linux__";    os_v="2";;
17    *-*-cygwin*)   plat_name="Cygwin";   plat_def="__cygwin__";   os_v="1";;
18    *-*-solaris*)  plat_name="SunOS";    plat_def="__sunos__";    os_v="5";;
19    *-*-osf3*)     plat_name="OSF1";     plat_def="__osf1__";     os_v="3";;