This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[VMS] Update {binutils,gas}/configure.com


Like previous patch for bfd.

Committed on trunk.

Tristan.

binutils/
2013-07-09  Tristan Gingold  <gingold@adacore.com>

	* configure.com: Add new defines to match changes in configure.


gas/
2013-07-09  Tristan Gingold  <gingold@adacore.com>

	* configure.com: Define HAVE_SYS_TYPES_H and HAVE_UNISTD_H


Index: gas/configure.com
===================================================================
RCS file: /cvs/src/src/gas/configure.com,v
retrieving revision 1.5
diff -c -r1.5 configure.com
*** gas/configure.com	17 Dec 2012 16:55:45 -0000	1.5
--- gas/configure.com	9 Jul 2013 07:30:44 -0000
***************
*** 140,149 ****
  #undef HAVE_SYS_STAT_H
  
  /* Define to 1 if you have the <sys/types.h> header file. */
! #undef HAVE_SYS_TYPES_H
  
  /* Define to 1 if you have the <unistd.h> header file. */
! #undef HAVE_UNISTD_H
  
  /* Define to 1 if you have the `unlink' function. */
  #undef HAVE_UNLINK
--- 140,149 ----
  #undef HAVE_SYS_STAT_H
  
  /* Define to 1 if you have the <sys/types.h> header file. */
! #define HAVE_SYS_TYPES_H
  
  /* Define to 1 if you have the <unistd.h> header file. */
! #define HAVE_UNISTD_H
  
  /* Define to 1 if you have the `unlink' function. */
  #undef HAVE_UNLINK
Index: binutils/configure.com
===================================================================
RCS file: /cvs/src/src/binutils/configure.com,v
retrieving revision 1.6
diff -c -r1.6 configure.com
*** binutils/configure.com	17 Dec 2012 16:55:39 -0000	1.6
--- binutils/configure.com	9 Jul 2013 07:30:45 -0000
***************
*** 53,63 ****
--- 53,84 ----
  #define HAVE_SYS_FILE_H 1
  /* Define if you have the <unistd.h> header file.  */
  #define HAVE_UNISTD_H 1
+ 
  /* Alloca.  */
  #ifdef __DECC
  #include <builtins.h>
  #define C_alloca(x) __ALLOCA(x)
  #endif
+ /* Name of package */
+ #define PACKAGE "binutils"
+ 
+ /* Define to the address where bug reports for this package should be sent. */
+ #define PACKAGE_BUGREPORT ""
+ 
+ /* Define to the full name of this package. */
+ #define PACKAGE_NAME ""
+ 
+ /* Define to the full name and version of this package. */
+ #define PACKAGE_STRING ""
+ 
+ /* Define to the one symbol short name of this package. */
+ #define PACKAGE_TARNAME ""
+ 
+ /* Define to the home page for this package. */
+ #define PACKAGE_URL ""
+ 
+ /* Define to the version of this package. */
+ #define PACKAGE_VERSION ""
  $!
  $! Add TARGET.
  $!


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