|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001209 |
[buildroot] Architecture Specific |
minor |
always |
02-12-07 05:12 |
06-26-07 06:48 |
|
|
Reporter |
bagland |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0001209: uClibc won't build when GREP_OPTIONS is set |
|
Description |
If the environment variable GREP_OPTIONS contains -n, uClibc won't build because of this line: TARGET_ARCH:=$(shell grep -s ^TARGET_ARCH $(TOPDIR)/.config | sed -e 's/^TARGET_ARCH=//' -e 's/"//g') in uClibc/Rules.mk.
TARGET_ARCH becomes "30:arm", which leads to problems while running fix_includes.sh.
The attached patch test for GREP_OPTIONS at the beginning of the build. |
|
Additional Information |
|
|
|
Attached Files |
grep_options.patch [^] (798 bytes) 02-12-07 05:12 |
|
|