diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-10-13 00:55:22 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-10-13 00:55:22 +0000 |
commit | 06c3418c6cde0cca0caa32123e5ae3e05ea31019 (patch) | |
tree | c7b77f5fa80f7dc9be4e440716c69ad41bc9d7e5 /gcc | |
parent | 76c1875c9dbbb31996b31f9833fc5439f370769f (diff) | |
download | gcc-06c3418c6cde0cca0caa32123e5ae3e05ea31019.zip gcc-06c3418c6cde0cca0caa32123e5ae3e05ea31019.tar.gz gcc-06c3418c6cde0cca0caa32123e5ae3e05ea31019.tar.bz2 |
configure: Regenerate.
2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
* configure: Regenerate.
From-SVN: r88962
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e3bba7..5244cb3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-12 Kelley Cook <kcook@gcc.gnu.org> + + * configure: Regenerate. + 2004-10-12 Fariborz Jahanian <fjahanian@apple.com> PR 17892 diff --git a/gcc/configure b/gcc/configure index 613019c..5aad0f0 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6985,7 +6985,7 @@ else else if cp -p conftestdata_f conftestdata_t 2>/dev/null then - gcc_cv_prog_LN_S=ln + gcc_cv_prog_LN_S="cp -p" else gcc_cv_prog_LN_S=cp fi |