This is the mail archive of the gcc@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]

compiling cccp.c on openVMS/Alpha


Due to command line restrictions, make can't pass GCC_INCLUDE_DIR to
the compiler. Define it in config/alpha/xm-vms.h

Sat Oct 11 16:23:00 1997  Klaus Kaempf (kkaempf@progis.de)

	* config/alpha/xm-vms.h: provide GCC_INCLUDE_DIR and INCLUDE_DEFAULTS
	  for cccp.c

===================================================================
RCS file: config/alpha/RCS/xm-vms.h,v
retrieving revision 1.1
diff -c -r1.1 config/alpha/xm-vms.h
*** config/alpha/xm-vms.h	1997/10/08 09:47:26	1.1
--- config/alpha/xm-vms.h	1997/10/08 10:06:21
***************
*** 51,56 ****
--- 51,66 ----
  #define VMS
  #endif
  
+ #define GCC_INCLUDE_DIR ""
+ /* Specify the list of include file directories.  */
+ #define INCLUDE_DEFAULTS			\
+ {						\
+   { "GNU_GXX_INCLUDE:", 1, 1 },			\
+   { "GNU_CC_INCLUDE:", 0, 0 },			\
+   { ".", 0, 1 },				\
+   { 0, 0, 0 }					\
+ }
+ 
  /* Define a local equivalent (sort of) for unlink */
  #define unlink remove
  #define NEED_ATEXIT

-- 
proGIS Software                 E-Mail: kkaempf@progis.de
Dipl.-Inform. Klaus K"ampf      Fax:    0241-47067-29
Jakobstr. 117                   Voice:  0241-47067-11
D-52064 Aachen                  WWW:	http://www.progis.de



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