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/configure | |
parent | 58d0cbe742f5150fba5373587dc8ee580c1853eb (diff) | |
download | gcc-f6857708b8963071814b4737fcb643318201b082.tar.gz |
* configure.in (sco5): Use cpio to install header files.
From-SVN: r16303
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index ace1ed0902f..639d864a028 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" |