From d995a6dc4963f6558678d15f0ddade382d6f4bbd Mon Sep 17 00:00:00 2001 From: Bob Manson Date: Thu, 28 Aug 1997 00:18:03 +0000 Subject: t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS. * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS. * t-mn10200: Ditto. * t-vxsparc: Ditto. * t-vxworks68: Ditto. * t-vxworks960: Ditto. * t-vx29k: Ditto. From-SVN: r14984 --- gcc/config/mn10200/t-mn10200 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/mn10200') diff --git a/gcc/config/mn10200/t-mn10200 b/gcc/config/mn10200/t-mn10200 index 70a2c43..9486837 100644 --- a/gcc/config/mn10200/t-mn10200 +++ b/gcc/config/mn10200/t-mn10200 @@ -35,7 +35,7 @@ LIB1ASMFUNCS = _divhi3 \ # built correctly, so... # We do not have DF or DI types, so fake out the libgcc2 compilation. -LIBGCC2_CFLAGS = -g -O2 -DDF=SF -DDI=SI $(GCC_CFLAGS) $(LIBGCC2_INCLUDES) +TARGET_LIBGCC2_CFLAGS=-DDF=SF -DDI=SI LIB2FUNCS_EXTRA = fp-bit.c $(srcdir)/config/mn10200/udivmodsi4.c \ $(srcdir)/config/mn10200/divmod.c $(srcdir)/config/mn10200/udivmod.c -- cgit v1.1