aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106746.patch
blob: ce0272431d1b63051564d84c8f011ab09db8cdd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2011-05-12  Michael Hope  <michael.hope@linaro.org>

	gcc/
	Backport from mainline:

	2011-05-05  Michael Hope  <michael.hope@linaro.org>

	PR pch/45979
	* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
	__ARM_EABI__ hosts.

=== modified file 'gcc/config/host-linux.c'
--- old/gcc/config/host-linux.c	2010-11-29 14:09:41 +0000
+++ new/gcc/config/host-linux.c	2011-05-06 20:19:30 +0000
@@ -84,6 +84,8 @@
 # define TRY_EMPTY_VM_SPACE	0x60000000
 #elif defined(__mc68000__)
 # define TRY_EMPTY_VM_SPACE	0x40000000
+#elif defined(__ARM_EABI__)
+# define TRY_EMPTY_VM_SPACE	0x60000000
 #else
 # define TRY_EMPTY_VM_SPACE	0
 #endif
tion> OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch
blob: 637157644006b13ede1bd1a9ac09cfa3e7dfca5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
use /bin/sh instead of /bin/bash, since the latter may not be included in
some images such as minimal

comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-06

remove "*" for root since we don't have a /etc/shadow so far.

by Kevin Tian <kevin.tian@intel.com>, 2010-07-06

Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher

Upstream-Status: Invalid [configuration]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>

--- base-passwd/passwd.master~nobash
+++ base-passwd/passwd.master
@@ -1,4 +1,4 @@
-root:*:0:0:root:/root:/bin/bash
+root::0:0:root:/root:/bin/sh
 daemon:*:1:1:daemon:/usr/sbin:/bin/sh
 bin:*:2:2:bin:/bin:/bin/sh
 sys:*:3:3:sys:/dev:/bin/sh