merge from gcc
This commit is contained in:
parent
bd0aa31525
commit
008d60eb19
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-07-17 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
|
* configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
|
||||||
|
gettimeofday entry.
|
||||||
|
* configure: Likewise.
|
||||||
|
|
||||||
2007-07-11 Alexandre Oliva <aoliva@redhat.com>
|
2007-07-11 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* maint-tool (deps): Output stamp-h instead of config.h.
|
* maint-tool (deps): Output stamp-h instead of config.h.
|
||||||
|
|
2
libiberty/configure
vendored
2
libiberty/configure
vendored
|
@ -6141,7 +6141,7 @@ _ACEOF
|
||||||
|
|
||||||
*-*-msdosdjgpp)
|
*-*-msdosdjgpp)
|
||||||
for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
||||||
getcwd getpagesize getrusage gettimeofday gettimeofday \
|
getcwd getpagesize getrusage gettimeofday \
|
||||||
index insque memchr memcmp memcpy memmove memset psignal \
|
index insque memchr memcmp memcpy memmove memset psignal \
|
||||||
putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
||||||
strchr strdup strerror strncasecmp strrchr strstr strtod \
|
strchr strdup strerror strncasecmp strrchr strstr strtod \
|
||||||
|
|
|
@ -549,7 +549,7 @@ if test -z "${setobjs}"; then
|
||||||
|
|
||||||
*-*-msdosdjgpp)
|
*-*-msdosdjgpp)
|
||||||
for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
||||||
getcwd getpagesize getrusage gettimeofday gettimeofday \
|
getcwd getpagesize getrusage gettimeofday \
|
||||||
index insque memchr memcmp memcpy memmove memset psignal \
|
index insque memchr memcmp memcpy memmove memset psignal \
|
||||||
putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
||||||
strchr strdup strerror strncasecmp strrchr strstr strtod \
|
strchr strdup strerror strncasecmp strrchr strstr strtod \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue