Subject: Re: crunchgen problem on mipsel (cross) toolchain
To: Luke Mewburn <lukem@wasabisystems.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: tech-toolchain
Date: 09/04/2002 15:01:32
This is a multipart MIME message.
--==_Exmh_5346145659180
Content-Type: text/plain; charset=us-ascii
lukem@wasabisystems.com said:
> "send a PR", to remind those who have the clue to fix it to do so ;-)
OK, later today...
How about the appended patch which should allow a build to continue?
best regards
Matthias
--==_Exmh_5346145659180
Content-Type: text/plain ; name="mkpatch"; charset=us-ascii
Content-Description: mkpatch
Content-Disposition: attachment; filename="mkpatch"
*** bsd.own.mk.~1.307.~ Thu Aug 29 10:44:05 2002
--- bsd.own.mk Wed Sep 4 14:32:04 2002
***************
*** 336,341 ****
--- 336,346 ----
MKGCC:= no
.endif
+ # toolchain problem
+ .if ${MACHINE_ARCH} == "mipsel"
+ BUILD_rescue= no
+ .endif
+
# If the ns32k port is using an external toolchain, shared libraries
# are not yet supported.
.if ${MACHINE_ARCH} == "ns32k" && defined(USE_NEW_TOOLCHAIN)
--==_Exmh_5346145659180--