Make rpm

Christoph Wickert christoph.wickert at web.de
Wed Jan 21 20:28:11 UTC 2004


Am Mi, den 21.01.2004 schrieb dsavage at peaknet.net um 20:55:

> Mike,
> 
> Make *sure* you change the default CC alias to use the older gcc 3.2
> before starting. Fedora's gcc 3.3 compiler is actually better, but there
> is a lot of "pristine" kernel source code not yet upgraded to work with
> gcc 3.3. I ignorantly beat my head against this wall for months, trying
> unsuccessfully to "make rpm" with gcc 3.3. It would bomb out about 2/3
> through make-modules. Then I saw the the light:
> 
>      # export CC=gcc32
> 
no need to, make rpm does this automagically :-)

# grep gcc /usr/src/linux-2.4/Makefile
HOSTCC          = gcc32
CC              = $(CROSS_COMPILE)gcc32

Christoph







More information about the fedora-list mailing list