From 5dd8a9b1c23a2a5f2f63e1cfeae46efa8cee25f4 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 10 Jan 2002 22:03:06 +0000 Subject: configure.in: Set stage1_cflags for powerpc-*-darwin*. * configure.in: Set stage1_cflags for powerpc-*-darwin*. * configure: Regenerate. * config/interix.h: Set DO_GLOBAL_CTORS_BODY and DO_GLOBAL_DTORS_BODY here, not in xm-interix.h. * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in alpha/xm-vms.h. * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and LIMITS_H_TEST here, not in m68k/x-next. * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h. * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL, LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR. * config/alpha/x-vms: Don't set USE_COLLECT2. Add comments. * config/i386/x-djgpp: Renamed i386/t-djgpp. * config/m88k/x-dolph: Renamed m88k/t-dolph. * config/m88k/x-texXD88: Renamed m88k/t-texXD88. * config/pa/x-pa-mpeix: Renamed pa/t-mpeix. Update for replacement of quadlib.asm with quadlib.c. * config/x-interix3, config/xm-interix.h, config/i386/x-beos, config/i386/xm-osf1elf.h, config/rs6000/x-darwin, config/rs6000/xm-beos.h: Delete file. * config.gcc: Update to match above changes. From-SVN: r48757 --- gcc/config/i386/t-djgpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gcc/config/i386/t-djgpp (limited to 'gcc/config/i386/t-djgpp') diff --git a/gcc/config/i386/t-djgpp b/gcc/config/i386/t-djgpp new file mode 100644 index 0000000..94af7c4 --- /dev/null +++ b/gcc/config/i386/t-djgpp @@ -0,0 +1,2 @@ +# Location of DJGPP's header directory. +SYSTEM_HEADER_DIR=$(DJDIR)/include -- cgit v1.1