[PATCH] Fix TDB cross compilation

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.
This commit is contained in:
lethal@linux-sh.org 2003-08-11 21:28:08 -07:00 committed by Greg KH
parent a2822451e2
commit 99bec17497
1 changed files with 0 additions and 1 deletions

View 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