diff options
author | itojun <itojun> | 2001-01-09 13:24:46 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-09 13:24:46 +0000 |
commit | 7d3e1402a3cbe759174506a7bc40e16b8b123806 (patch) | |
tree | d36b88a6f9ec6456b3b644e5a56e4d2e257305ad /cross/shel-netbsdcoff | |
parent | b7e3bf28bb6c8cbefa0552f61ea85d412f0c6041 (diff) | |
download | pkgsrc-7d3e1402a3cbe759174506a7bc40e16b8b123806.tar.gz |
on egcs installation, use install-multilib if we are using multilib target.
fixes libgcc.a build problem mentioned on port-sh3.
we should not hardcode targets into egcs-install, we should modify
egcs/gcc/Makefile.in and obey whatever configure decided...
Diffstat (limited to 'cross/shel-netbsdcoff')
-rw-r--r-- | cross/shel-netbsdcoff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/shel-netbsdcoff/Makefile b/cross/shel-netbsdcoff/Makefile index 3f6882a57d5..35ec7704479 100644 --- a/cross/shel-netbsdcoff/Makefile +++ b/cross/shel-netbsdcoff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/04 01:21:09 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/09 13:24:47 itojun Exp $ # DISTVERSION= 1.3.0.0 @@ -14,6 +14,7 @@ BINUTILS_GNUTARGET= coff-shl BINUTILS_LDEMULATION= shlunx USE_CROSS_EGCS= yes EGCS_FAKE_RUNTIME= yes +EGCS_MULTILIB= yes TARGET_ARCH= shel-netbsdcoff |