diff options
author | Tristan Gingold <gingold@adacore.com> | 2013-07-09 07:32:14 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2013-07-09 07:32:14 +0000 |
commit | c10947349e28614bf6aae230a84bddcbd13f3f8b (patch) | |
tree | dbdf4bf8c7fff6f48adc06a7fae66c41a58aa8cb /binutils/configure.com | |
parent | 787548c84f60643c2a1c011a780ae86dc5df1cec (diff) | |
download | gdb-c10947349e28614bf6aae230a84bddcbd13f3f8b.zip gdb-c10947349e28614bf6aae230a84bddcbd13f3f8b.tar.gz gdb-c10947349e28614bf6aae230a84bddcbd13f3f8b.tar.bz2 |
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
Diffstat (limited to 'binutils/configure.com')
-rw-r--r-- | binutils/configure.com | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/configure.com b/binutils/configure.com index 8b53f9f..baf987c 100644 --- a/binutils/configure.com +++ b/binutils/configure.com @@ -53,11 +53,32 @@ $ create config.h #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. $! |