This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[DJGPP] Fix for gcc/config/i386/t-djgpp


gcc/config/i386/t-djgpp incorrectly overrides SYSTEM_HEADER_DIR instead
of NATIVE_SYSTEM_HEADER_DIR. That breaks making xlimits.h for
cross-builds. Hopefully similar patch could also be applied to gcc-3_0 branch

Andris

2002-01-24   A.Pavenis <pavenis@latnet.lv>

        * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.


Index: t-djgpp
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/t-djgpp,v
retrieving revision 1.4
diff -p -r1.4 t-djgpp
*** t-djgpp     2002/01/10 22:03:05     1.4
--- t-djgpp     2002/01/24 06:41:37
***************
*** 1,2 ****
  # Location of DJGPP's header directory.
! SYSTEM_HEADER_DIR=$(DJDIR)/include
--- 1,2 ----
  # Location of DJGPP's header directory.
! NATIVE_SYSTEM_HEADER_DIR=$(DJDIR)/include


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]