Bug 7448 - Having export MACHINE="something" breaks glibc build on IMX6 target
Summary: Having export MACHINE="something" breaks glibc build on IMX6 target
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2014.08
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-23 12:17 UTC by Risto Avila
Modified: 2014-09-25 07:53 UTC (History)
2 users (show)

See Also:
Host: 64bit ubuntu
Target: nitrogen6x_defconfig
Build:


Attachments
Possible fix to unset MACHINE (606 bytes, patch)
2014-09-23 12:44 UTC, Risto Avila
Details

Note You need to log in before you can comment on or make changes to this bug.
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.