chiark / gitweb /
[PATCH] Fix TDB cross compilation
authorlethal@linux-sh.org <lethal@linux-sh.org>
Tue, 12 Aug 2003 04:28:08 +0000 (21:28 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:40 +0000 (21:01 -0700)
The merge of tdb ended up breaking the ability to cross compile again, here's
a bk patch that yanks CC out of the tdb Makefile, and in turn falls back on
the exported CC value from the top-level Makefile which correctly sets it
based off of the CROSS value.

tdb/Makefile

index 59fbb079bd041aae081db0e4ac18ec391b8618a3..06e31fcc7fa6f099c9c5016600ed5ada13931ce1 100644 (file)
@@ -3,7 +3,6 @@
 #
 
 CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1
-CC = gcc
 
 PROGS = tdbtest tdbtool tdbtorture
 TDB_OBJ = tdb.o spinlock.o