search for: bfae8de

Displaying 1 result from an estimated 1 matches for "bfae8de".

2006 Apr 05
1
[patch] Kbuild don't hardcode gcc and binutils version
...nal one. So your reply-chain is broken]. > > sparc still needed to build with gcc-3.3 > belows makes use of the exported CC variable. > > also export the binutils for consistency, > added the missing ones too for klcc. > > > diff --git a/Makefile b/Makefile > index bfae8de..640eec4 100644 > --- a/Makefile > +++ b/Makefile > @@ -19,6 +19,11 @@ export ARCH := $(shell uname -m | sed -e > export HOSTCC := gcc > export HOSTCFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer > export PERL := perl > +export LD := ld > +e...