Re: configure --host/build/target

2009-10-11 Thread Jeff Johnson
On Oct 11, 2009, at 8:01 AM, Arkadiusz Miskiewicz wrote: > > Does anyone remember why we use such configure macro: > > ./configure \ >--host=%{_target_platform} \ >--build=%{_target_platform} \ > > instead of > > ./configure \ >--host=%{_host_platform} \ >--build=%{_build_platform

configure --host/build/target

2009-10-11 Thread Arkadiusz Miskiewicz
Does anyone remember why we use such configure macro: ./configure \ --host=%{_target_platform} \ --build=%{_target_platform} \ instead of ./configure \ --host=%{_host_platform} \ --build=%{_build_platform} \ --target=%{_target_platform} (where rpmbuild --target xyz changes