Changeset 1391 for branches/GNU/src/gcc/zlib
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 20 edited
-
. (modified) (1 prop)
-
zlib/ChangeLog (modified) (2 diffs, 1 prop)
-
zlib/ChangeLog.gcj (modified) (3 diffs, 1 prop)
-
zlib/README (modified) (1 diff, 1 prop)
-
zlib/adler32.c (modified) (1 diff, 1 prop)
-
zlib/compress.c (modified) (1 diff, 1 prop)
-
zlib/configure (modified) (36 diffs, 1 prop)
-
zlib/configure.in (modified) (3 diffs, 1 prop)
-
zlib/contrib/iostream2/zstream.h (modified) (1 diff, 1 prop)
-
zlib/crc32.c (modified) (1 diff, 1 prop)
-
zlib/deflate.c (modified) (1 diff, 1 prop)
-
zlib/deflate.h (modified) (1 diff, 1 prop)
-
zlib/example.c (modified) (1 diff, 1 prop)
-
zlib/gzio.c (modified) (1 diff, 1 prop)
-
zlib/minigzip.c (modified) (1 diff, 1 prop)
-
zlib/trees.c (modified) (1 diff, 1 prop)
-
zlib/uncompr.c (modified) (1 diff, 1 prop)
-
zlib/zconf.h (modified) (1 diff, 1 prop)
-
zlib/zutil.c (modified) (1 diff, 1 prop)
-
zlib/zutil.h (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/zlib/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 2003-02-05 Release Manager 2 3 * GCC 3.2.2 Released. 4 5 2002-11-19 Release Manager 6 7 * GCC 3.2.1 Released. 8 9 2002-11-19 Release Manager 10 11 * GCC 3.2.1 Released. 12 13 2002-11-18 Release Manager 14 15 * GCC 3.2.1 Released. 16 17 2002-10-07 Kaveh R. Ghazi <[email protected]> 18 19 * Makefile.am (all-multi): Fix multilib parallel build. 20 21 2002-08-14 Release Manager 22 23 * GCC 3.2 Released. 24 25 2002-07-25 Release Manager 26 27 * GCC 3.1.1 Released. 28 29 2002-05-14 Release Manager 30 31 * GCC 3.1 Released. 32 33 2002-05-14 Release Manager 34 35 * GCC 3.1 Released. 36 37 2002-05-08 Alexandre Oliva <[email protected]> 38 39 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at 40 script entry, and set LD to it when configuring multilibs. 41 * configure: Rebuilt. 42 43 2001-06-09 Alexandre Oliva <[email protected]>, Stephen L Moshier <[email protected]> 44 45 * configure.in (AC_EXEEXT): Work around in case it expands to 46 nothing, as in autoconf 2.50. 47 * configure: Rebuilt. 1 2004-02-14 Release Manager 2 3 * GCC 3.3.3 Released. 4 5 2003-10-16 Release Manager 6 7 * GCC 3.3.2 Released. 8 9 2003-08-04 Release Manager 10 11 * GCC 3.3.1 Released. 12 13 2003-08-04 Release Manager 14 15 * GCC 3.3.1 Released. 16 17 2003-05-13 Release Manager 18 19 * GCC 3.3 Released. 20 21 2003-05-13 Release Manager 22 23 * GCC 3.3 Released. 24 25 2003-05-13 Release Manager 26 27 * GCC 3.3 Released. 48 28 49 29 … … 274 254 - added makelcc.bat for lcc-win32 (Tom St Denis) 275 255 - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) 276 - Avoid expanded $Id: ChangeLog,v 1. 2.16.5.2.6 2003/02/05 03:01:28gdr Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.256 - Avoid expanded $Id: ChangeLog,v 1. gdr Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. 277 257 - check for unistd.h in configure (for off_t) 278 258 - remove useless check parameter in inflate_blocks_free -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/ChangeLog.gcj
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 21 2003-01-27 Alexandre Oliva <[email protected]> 2 22 … … 5 25 * Makefile.am (toolexecdir, toolexeclibdir): Don't override. 6 26 * Makefile.in, configure: Rebuilt. 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 7 44 8 45 2002-03-17 Bryce McKinlay <[email protected]> … … 20 57 * configure, Makefile.in: Rebuilt. 21 58 * configure.in: Set mkinstalldirs, for in-tree build. 59 60 61 62 63 64 22 65 23 66 2001-05-13 Alexandre Oliva <[email protected]> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/README
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 2 3 1 4 zlib 1.1.4 is a general purpose data compression library. All the code 2 5 is thread safe. The data format used by the zlib library -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/adler32.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 4 4 */ 5 5 6 /* @(#) $Id: adler32.c,v 1. 1.26.1 2002/03/11 22:18:17tromey Exp $ */6 /* @(#) $Id: adler32.c,v 1. tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/compress.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 4 4 */ 5 5 6 /* @(#) $Id: compress.c,v 1. 1.26.1 2002/03/11 22:18:17tromey Exp $ */6 /* @(#) $Id: compress.c,v 1. tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/configure
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 699 699 700 700 # This works around an automake problem. 701 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"701 mkinstalldirs="`cd $ac_aux_dir && `/mkinstalldirs" 702 702 703 703 … … 1543 1543 1544 1544 hpux10.20*|hpux11*) 1545 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1546 lt_cv_file_magic_cmd=/usr/bin/file 1547 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1545 case $host_cpu in 1546 hppa*) 1547 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1548 lt_cv_file_magic_cmd=/usr/bin/file 1549 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1550 ;; 1551 ia64*) 1552 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1553 lt_cv_file_magic_cmd=/usr/bin/file 1554 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1555 ;; 1556 esac 1548 1557 ;; 1549 1558 … … 1635 1644 1636 1645 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1637 echo "configure:16 38: checking for object suffix" >&51646 echo "configure:16: checking for object suffix" >&5 1638 1647 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1639 1648 echo $ac_n "(cached) $ac_c" 1>&6 … … 1641 1650 rm -f conftest* 1642 1651 echo 'int i = 1;' > conftest.$ac_ext 1643 if { (eval echo configure:16 44: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1652 if { (eval echo configure:16: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1644 1653 for ac_file in conftest.*; do 1645 1654 case $ac_file in … … 1671 1680 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1672 1681 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1673 echo "configure:16 74: checking for ${ac_tool_prefix}file" >&51682 echo "configure:16: checking for ${ac_tool_prefix}file" >&5 1674 1683 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1675 1684 echo $ac_n "(cached) $ac_c" 1>&6 … … 1733 1742 if test -n "$ac_tool_prefix"; then 1734 1743 echo $ac_n "checking for file""... $ac_c" 1>&6 1735 echo "configure:17 36: checking for file" >&51744 echo "configure:17: checking for file" >&5 1736 1745 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1737 1746 echo $ac_n "(cached) $ac_c" 1>&6 … … 1804 1813 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1805 1814 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1806 echo "configure:18 07: checking for $ac_word" >&51815 echo "configure:18: checking for $ac_word" >&5 1807 1816 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1808 1817 echo $ac_n "(cached) $ac_c" 1>&6 … … 1836 1845 set dummy ranlib; ac_word=$2 1837 1846 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1838 echo "configure:18 39: checking for $ac_word" >&51847 echo "configure:18: checking for $ac_word" >&5 1839 1848 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1840 1849 echo $ac_n "(cached) $ac_c" 1>&6 … … 1871 1880 set dummy ${ac_tool_prefix}strip; ac_word=$2 1872 1881 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1873 echo "configure:18 74: checking for $ac_word" >&51882 echo "configure:18: checking for $ac_word" >&5 1874 1883 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1875 1884 echo $ac_n "(cached) $ac_c" 1>&6 … … 1903 1912 set dummy strip; ac_word=$2 1904 1913 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1905 echo "configure:19 06: checking for $ac_word" >&51914 echo "configure:19: checking for $ac_word" >&5 1906 1915 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1907 1916 echo $ac_n "(cached) $ac_c" 1>&6 … … 1970 1979 *-*-irix6*) 1971 1980 # Find out which ABI we are using. 1972 echo '#line 1973 "configure"' > conftest.$ac_ext 1973 if { (eval echo configure:1974: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1981 echo '#line 1982 "configure"' > conftest.$ac_ext 1982 if { (eval echo configure:1983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1983 if test "$lt_cv_prog_gnu_ld" = yes; then 1984 case `/usr/bin/file conftest.$ac_objext` in 1985 *32-bit*) 1986 LD="${LD-ld} -melf32bsmip" 1987 ;; 1988 *N32*) 1989 LD="${LD-ld} -melf32bmipn32" 1990 ;; 1991 *64-bit*) 1992 LD="${LD-ld} -melf64bmip" 1993 ;; 1994 esac 1995 else 1974 1996 case `/usr/bin/file conftest.$ac_objext` in 1975 1997 *32-bit*) … … 1983 2005 ;; 1984 2006 esac 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 1985 2066 fi 1986 2067 rm -rf conftest* … … 1992 2073 CFLAGS="$CFLAGS -belf" 1993 2074 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 1994 echo "configure: 1995: checking whether the C compiler needs -belf" >&52075 echo "configure:: checking whether the C compiler needs -belf" >&5 1995 2076 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 1996 2077 echo $ac_n "(cached) $ac_c" 1>&6 … … 2005 2086 2006 2087 cat > conftest.$ac_ext <<EOF 2007 #line 20 08"configure"2088 #line 20 "configure" 2008 2089 #include "confdefs.h" 2009 2090 … … 2012 2093 ; return 0; } 2013 2094 EOF 2014 if { (eval echo configure:20 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2095 if { (eval echo configure:20: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2015 2096 rm -rf conftest* 2016 2097 lt_cv_cc_needs_belf=yes … … 2138 2219 # thereby make the resulting definitions conditional. 2139 2220 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2140 echo "configure:2 141: checking how to run the C preprocessor" >&52221 echo "configure:2: checking how to run the C preprocessor" >&5 2141 2222 # On Suns, sometimes $CPP names a directory. 2142 2223 if test -n "$CPP" && test -d "$CPP"; then … … 2153 2234 # not just through cpp. 2154 2235 cat > conftest.$ac_ext <<EOF 2155 #line 2 156"configure"2236 #line 2 "configure" 2156 2237 #include "confdefs.h" 2157 2238 #include <assert.h> … … 2159 2240 EOF 2160 2241 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2161 { (eval echo configure:2 162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2242 { (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2162 2243 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2163 2244 if test -z "$ac_err"; then … … 2170 2251 CPP="${CC-cc} -E -traditional-cpp" 2171 2252 cat > conftest.$ac_ext <<EOF 2172 #line 2 173"configure"2253 #line 2 "configure" 2173 2254 #include "confdefs.h" 2174 2255 #include <assert.h> … … 2176 2257 EOF 2177 2258 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2178 { (eval echo configure:2 179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2259 { (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2179 2260 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2180 2261 if test -z "$ac_err"; then … … 2187 2268 CPP="${CC-cc} -nologo -E" 2188 2269 cat > conftest.$ac_ext <<EOF 2189 #line 2 190"configure"2270 #line 2 "configure" 2190 2271 #include "confdefs.h" 2191 2272 #include <assert.h> … … 2193 2274 EOF 2194 2275 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2195 { (eval echo configure:2 196: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2276 { (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2196 2277 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2197 2278 if test -z "$ac_err"; then … … 2241 2322 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2242 2323 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2243 echo "configure:2 244: checking for $ac_hdr" >&52324 echo "configure:2: checking for $ac_hdr" >&5 2244 2325 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2245 2326 echo $ac_n "(cached) $ac_c" 1>&6 2246 2327 else 2247 2328 cat > conftest.$ac_ext <<EOF 2248 #line 2 249"configure"2329 #line 2 "configure" 2249 2330 #include "confdefs.h" 2250 2331 #include <$ac_hdr> 2251 2332 EOF 2252 2333 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2253 { (eval echo configure:2 254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2334 { (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2254 2335 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2255 2336 if test -z "$ac_err"; then … … 2280 2361 do 2281 2362 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2282 echo "configure:2 283: checking for $ac_func" >&52363 echo "configure:2: checking for $ac_func" >&5 2283 2364 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2284 2365 echo $ac_n "(cached) $ac_c" 1>&6 2285 2366 else 2286 2367 cat > conftest.$ac_ext <<EOF 2287 #line 2 288"configure"2368 #line 2 "configure" 2288 2369 #include "confdefs.h" 2289 2370 /* System header to define __stub macros and hopefully few prototypes, … … 2308 2389 ; return 0; } 2309 2390 EOF 2310 if { (eval echo configure:23 11: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2391 if { (eval echo configure:23: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2311 2392 rm -rf conftest* 2312 2393 eval "ac_cv_func_$ac_func=yes" … … 2333 2414 2334 2415 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 2335 echo "configure:2 336: checking for working mmap" >&52416 echo "configure:2: checking for working mmap" >&5 2336 2417 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 2337 2418 echo $ac_n "(cached) $ac_c" 1>&6 … … 2341 2422 else 2342 2423 cat > conftest.$ac_ext <<EOF 2343 #line 2 344"configure"2424 #line 2 "configure" 2344 2425 #include "confdefs.h" 2345 2426 … … 2494 2575 2495 2576 EOF 2496 if { (eval echo configure:2 497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null2577 if { (eval echo configure:2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 2497 2578 then 2498 2579 ac_cv_func_mmap_fixed_mapped=yes … … 2519 2600 do 2520 2601 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2521 echo "configure:2 522: checking for $ac_func" >&52602 echo "configure:2: checking for $ac_func" >&5 2522 2603 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2523 2604 echo $ac_n "(cached) $ac_c" 1>&6 2524 2605 else 2525 2606 cat > conftest.$ac_ext <<EOF 2526 #line 2 527"configure"2607 #line 2 "configure" 2527 2608 #include "confdefs.h" 2528 2609 /* System header to define __stub macros and hopefully few prototypes, … … 2547 2628 ; return 0; } 2548 2629 EOF 2549 if { (eval echo configure:2 550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2630 if { (eval echo configure:2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2550 2631 rm -rf conftest* 2551 2632 eval "ac_cv_func_$ac_func=yes" … … 2574 2655 if test "$with_system_zlib" = yes; then 2575 2656 echo $ac_n "checking for deflate in -lz""... $ac_c" 1>&6 2576 echo "configure:2 577: checking for deflate in -lz" >&52657 echo "configure:2: checking for deflate in -lz" >&5 2577 2658 ac_lib_var=`echo z'_'deflate | sed 'y%./+-%__p_%'` 2578 2659 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2582 2663 LIBS="-lz $LIBS" 2583 2664 cat > conftest.$ac_ext <<EOF 2584 #line 2 585"configure"2665 #line 2 "configure" 2585 2666 #include "confdefs.h" 2586 2667 /* Override any gcc2 internal prototype to avoid an error. */ … … 2593 2674 ; return 0; } 2594 2675 EOF 2595 if { (eval echo configure:2 596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2676 if { (eval echo configure:2: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2596 2677 rm -rf conftest* 2597 2678 eval "ac_cv_lib_$ac_lib_var=yes" … … 2625 2706 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 2626 2707 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 2627 echo "configure:2 628: checking for $ac_hdr" >&52708 echo "configure:2: checking for $ac_hdr" >&5 2628 2709 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2629 2710 echo $ac_n "(cached) $ac_c" 1>&6 2630 2711 else 2631 2712 cat > conftest.$ac_ext <<EOF 2632 #line 2 633"configure"2713 #line 2 "configure" 2633 2714 #include "confdefs.h" 2634 2715 #include <$ac_hdr> 2635 2716 EOF 2636 2717 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2637 { (eval echo configure:2 638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2718 { (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2638 2719 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2639 2720 if test -z "$ac_err"; then … … 2670 2751 toolexeclibdir='$(libdir)' 2671 2752 fi 2672 toolexeclibdir=$toolexeclibdir/`$CC -print-multi-os-directory 2>/dev/null || echo .` 2753 if test "$GCC" = yes && $CC -print-multi-os-directory > /dev/null 2>&1; then 2754 multiosdir=/`$CC -print-multi-os-directory` 2755 else 2756 multiosdir= 2757 fi 2758 toolexeclibdir=${toolexeclibdir}${multiosdir} 2673 2759 2674 2760 … … 3010 3096 CC="${CC}" 3011 3097 CXX="${CXX}" 3098 3012 3099 3013 3100 EOF -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/configure.in
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 33 33 34 34 # This works around an automake problem. 35 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"35 mkinstalldirs="`cd $ac_aux_dir && `/mkinstalldirs" 36 36 AC_SUBST(mkinstalldirs) 37 37 … … 122 122 toolexeclibdir='$(libdir)' 123 123 fi 124 toolexeclibdir=$toolexeclibdir/`$CC -print-multi-os-directory 2>/dev/null || echo .` 124 if test "$GCC" = yes && $CC -print-multi-os-directory > /dev/null 2>&1; then 125 multiosdir=/`$CC -print-multi-os-directory` 126 else 127 multiosdir= 128 fi 129 toolexeclibdir=${toolexeclibdir}${multiosdir} 125 130 AC_SUBST(toolexecdir) 126 131 AC_SUBST(toolexeclibdir) … … 148 153 CC="${CC}" 149 154 CXX="${CXX}" 155 150 156 ) -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/contrib/iostream2/zstream.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 22 22 /* 23 23 * zstream.h - C++ interface to the 'zlib' general purpose compression library 24 * $Id: zstream.h,v 1. 1.26.1 2002/03/11 22:18:23tromey Exp $24 * $Id: zstream.h,v 1. tromey Exp $ 25 25 */ 26 26 -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/crc32.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 4 4 */ 5 5 6 /* @(#) $Id: crc32.c,v 1. 1.26.1 2002/03/11 22:18:17tromey Exp $ */6 /* @(#) $Id: crc32.c,v 1. tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/deflate.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 48 48 */ 49 49 50 /* @(#) $Id: deflate.c,v 1. 1.26.1 2002/03/11 22:18:17tromey Exp $ */50 /* @(#) $Id: deflate.c,v 1. tromey Exp $ */ 51 51 52 52 #include "deflate.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/deflate.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 9 9 */ 10 10 11 /* @(#) $Id: deflate.h,v 1. 1.26.1 2002/03/11 22:18:17tromey Exp $ */11 /* @(#) $Id: deflate.h,v 1. tromey Exp $ */ 12 12 13 13 #ifndef _DEFLATE_H -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/example.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 4 4 */ 5 5 6 /* @(#) $Id: example.c,v 1. 1.26.1 2002/03/11 22:18:18tromey Exp $ */6 /* @(#) $Id: example.c,v 1. tromey Exp $ */ 7 7 8 8 #include <stdio.h> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/gzio.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 6 6 */ 7 7 8 /* @(#) $Id: gzio.c,v 1. 1.26.1 2002/03/11 22:18:18tromey Exp $ */8 /* @(#) $Id: gzio.c,v 1. tromey Exp $ */ 9 9 10 10 #include <stdio.h> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/minigzip.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 14 14 */ 15 15 16 /* @(#) $Id: minigzip.c,v 1. 1.26.1 2002/03/11 22:18:19tromey Exp $ */16 /* @(#) $Id: minigzip.c,v 1. tromey Exp $ */ 17 17 18 18 #include <stdio.h> -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/trees.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 30 30 */ 31 31 32 /* @(#) $Id: trees.c,v 1. 1.26.1 2002/03/11 22:18:19tromey Exp $ */32 /* @(#) $Id: trees.c,v 1. tromey Exp $ */ 33 33 34 34 /* #define GEN_TREES_H */ -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/uncompr.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 4 4 */ 5 5 6 /* @(#) $Id: uncompr.c,v 1. 1.26.1 2002/03/11 22:18:19tromey Exp $ */6 /* @(#) $Id: uncompr.c,v 1. tromey Exp $ */ 7 7 8 8 #include "zlib.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/zconf.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 4 4 */ 5 5 6 /* @(#) $Id: zconf.h,v 1. 1.26.1 2002/03/11 22:18:19tromey Exp $ */6 /* @(#) $Id: zconf.h,v 1. tromey Exp $ */ 7 7 8 8 #ifndef _ZCONF_H -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/zutil.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 4 4 */ 5 5 6 /* @(#) $Id: zutil.c,v 1. 1.26.1 2002/03/11 22:18:20tromey Exp $ */6 /* @(#) $Id: zutil.c,v 1. tromey Exp $ */ 7 7 8 8 #include "zutil.h" -
Property cvs2svn:cvs-rev
changed from
-
branches/GNU/src/gcc/zlib/zutil.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 9 9 */ 10 10 11 /* @(#) $Id: zutil.h,v 1. 1.26.1 2002/03/11 22:18:20tromey Exp $ */11 /* @(#) $Id: zutil.h,v 1. tromey Exp $ */ 12 12 13 13 #ifndef _Z_UTIL_H -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
