diff options
author | DJ Delorie <dj@redhat.com> | 2005-04-02 20:20:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-04-02 20:20:01 +0000 |
commit | aa55ccb12061123ca56c2b61402899b73276d2df (patch) | |
tree | e3c337f9254966a09d397982ff402c3c22c05c21 /libiberty/configure | |
parent | 09d4efe17b398dc08e4ec0869a8f9df2dc271f99 (diff) | |
download | gdb-aa55ccb12061123ca56c2b61402899b73276d2df.zip gdb-aa55ccb12061123ca56c2b61402899b73276d2df.tar.gz gdb-aa55ccb12061123ca56c2b61402899b73276d2df.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index f76d3c5..3aa3963 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -2930,7 +2930,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_c_preproc_warn_flag=yes if test x$GCC = xyes; then - ac_libiberty_warn_cflags='-W -Wall -pedantic' + ac_libiberty_warn_cflags='-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes' fi @@ -4888,6 +4888,8 @@ if test "x" = "y"; then + + for ac_func in asprintf atexit basename bcmp bcopy bsearch bzero calloc clock \ getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \ memmove mempcpy memset putenv random rename rindex sigsetmask \ |