Bug 7448

Summary: Having export MACHINE="something" breaks glibc build on IMX6 target
Product: buildroot Reporter: Risto Avila <risto.avila>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2014.08   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: 64bit ubuntu Target: nitrogen6x_defconfig
Build:
Attachments: Possible fix to unset MACHINE

Description Risto Avila 2014-09-23 12:17:32 UTC
If environment has MACHINE variable exported the eglibc fails to build.
Comment 1 Risto Avila 2014-09-23 12:44:22 UTC
Created attachment 5678 [details]
Possible fix to unset MACHINE
Comment 2 Yann E. MORIN 2014-09-23 16:41:06 UTC
Can you send your patch to the list, as per:

http://buildroot.net/downloads/manual/manual.html#submitting-patches

Thanks.

Regards,
Yann E. MORIN.
Comment 3 Risto Avila 2014-09-24 04:38:34 UTC
Sure I already did sent it yesterday but I wasn't part of the list so it got rejected. I joined the list now and resent the patch.
Comment 4 Peter Korsgaard 2014-09-25 07:53:03 UTC
Fixed in git:

http://git.buildroot.net/buildroot/commit/?id=6d3b975653eee06d48f61dde4777e7c5d6abda92

Thanks.