From: lethal@linux-sh.org Date: Tue, 12 Aug 2003 04:28:08 +0000 (-0700) Subject: [PATCH] Fix TDB cross compilation X-Git-Tag: 003~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=99bec174973b08343a0daefe35bbcdc1f263f192;p=elogind.git [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. --- diff --git a/tdb/Makefile b/tdb/Makefile index 59fbb079b..06e31fcc7 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