[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [issues] Use of BUILD_CC



Jim Gifford wrote:
I was doing a compare of the glibc and eglibc. I noticed in files sunrpc/Makefile timezone/Makefile that gcc was called, should that not be $(BUILD_CC) instead of calling gcc???

That should really be $(native-compile), I think; I mean to clean it up for some time now, but it keeps slipping off my radar.

One should change the reference from gcc to $(native-compile) or $(BUILD_CC) and check that the result is as expected.

I'll try to get to this someday.

--
Maxim