1956. [bug] Improve cross compile support, 'gen' is now built

by native compiler.  See README for additional
                        cross compile support information. [RT #15148]
This commit is contained in:
Mark Andrews
2006-01-05 00:40:13 +00:00
parent db14b20999
commit f074eb6bd0
7 changed files with 78 additions and 9 deletions
+3 -2
View File
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.126.2.13 2004/12/09 03:18:13 marka Exp $
# $Id: Makefile.in,v 1.126.2.14 2006/01/05 00:38:14 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -177,7 +177,8 @@ code.h: gen
./gen -s ${srcdir} > code.h
gen: gen.c
${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \
${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS}
rbtdb64.@O@: rbtdb.c
+1 -3
View File
@@ -15,9 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: gen.c,v 1.65.2.7 2004/03/15 04:45:00 marka Exp $ */
#include <config.h>
/* $Id: gen.c,v 1.65.2.8 2006/01/05 00:38:14 marka Exp $ */
#include <sys/types.h>