diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-11-03 21:40:15 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-03 14:40:15 -0700 |
commit | f6857708b8963071814b4737fcb643318201b082 (patch) | |
tree | 30c3287adc3b42e3eaf992145da0f6ef4f7c16ce /gcc | |
parent | 58d0cbe742f5150fba5373587dc8ee580c1853eb (diff) | |
download | gcc-f6857708b8963071814b4737fcb643318201b082.zip gcc-f6857708b8963071814b4737fcb643318201b082.tar.gz gcc-f6857708b8963071814b4737fcb643318201b082.tar.bz2 |
* configure.in (sco5): Use cpio to install header files.
From-SVN: r16303
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/configure | 1 | ||||
-rw-r--r-- | gcc/configure.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0a5acb9..24f3fc2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 3 14:36:50 1997 Jeffrey A Law (law@cygnus.com) + + * configure.in (sco5): Use cpio to install header files. + Sun Nov 2 23:31:43 1997 Manfred Hollstein <manfred@s-direktnet.de> * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to diff --git a/gcc/configure b/gcc/configure index ace1ed0..639d864 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2626,6 +2626,7 @@ for machine in $build $host $target; do xm_file=i386/xm-sco5.h xmake_file=i386/x-sco5 fixincludes=fixinc.sco + install_headers_dir=install-headers-cpio tm_file=i386/sco5.h tmake_file=i386/t-sco5 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" diff --git a/gcc/configure.in b/gcc/configure.in index 368fa90..ca35146 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -916,6 +916,7 @@ for machine in $build $host $target; do xm_file=i386/xm-sco5.h xmake_file=i386/x-sco5 fixincludes=fixinc.sco + install_headers_dir=install-headers-cpio tm_file=i386/sco5.h tmake_file=i386/t-sco5 extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" |