• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bash/bash-4.2-mkbuiltins-cross.patch
Gustavo ZacariasGustavo Zacarias committed 6ba2d9e28ce14 Nov 2011
Raw file
Source viewDiff to previous
 
1
Let mkbuiltins use config.h even if cross compiling
2
​
3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
---
5
 builtins/mkbuiltins.c |    9 ---------
6
 1 files changed, 0 insertions(+), 9 deletions(-)
7
​
8
diff --git a/builtins/mkbuiltins.c b/builtins/mkbuiltins.c
9
index cdd45e4..1349093 100644
10
--- a/builtins/mkbuiltins.c
11
+++ b/builtins/mkbuiltins.c
12
@@ -19,16 +19,7 @@
13
    along with Bash.  If not, see <http://www.gnu.org/licenses/>.
14
 */
15
 
16
-#if !defined (CROSS_COMPILING) 
17
 #  include <config.h>
18
-#else  /* CROSS_COMPILING */
19
-/* A conservative set of defines based on POSIX/SUS3/XPG6 */
20
-#  define HAVE_UNISTD_H
21
-#  define HAVE_STRING_H
22
-#  define HAVE_STDLIB_H
23
-
24
-#  define HAVE_RENAME
25
-#endif /* CROSS_COMPILING */
26
 
27
 #if defined (HAVE_UNISTD_H)
28
 #  ifdef _MINIX
29
-- 
30
1.7.2.2
31
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.