From 99bec174973b08343a0daefe35bbcdc1f263f192 Mon Sep 17 00:00:00 2001 From: "lethal@linux-sh.org" Date: Mon, 11 Aug 2003 21:28:08 -0700 Subject: [PATCH] [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. --- tdb/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tdb/Makefile b/tdb/Makefile index 59fbb079bd..06e31fcc7f 100644 --- a/tdb/Makefile +++ b/tdb/Makefile @@ -3,7 +3,6 @@ # CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1 -CC = gcc PROGS = tdbtest tdbtool tdbtorture TDB_OBJ = tdb.o spinlock.o