Issues on FreeBSD
Nick Withers
nick.withers at anu.edu.au
Thu Jul 23 08:17:30 UTC 2015
On Thu, 2015-07-23 at 02:50 -0500, Joel Sherrill wrote:
> Hi
>
> I was test building on FreeBSD and noticed a couple of issues.
>
> + none of the m68k BSPs link. Fixing this now.
>
> + mips tools do not build
>
> Anyone else notice any other issues or have comments?
The only thing I've got is:
___
diff --git a/ampolish3 b/ampolish3
index aaa9757..23c2855 100755
--- a/ampolish3
+++ b/ampolish3
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl
#
# Copyright (C) 2005, 2006 Ralf Cors<C3><A9>pius, Ulm, Germany
#
___
...to make the bootstrap happy again (the /usr/bin/perl
-> /usr/local/bin/perl link was removed recently).
'Course that drops the "-w" flag for extra warnings.
--
Nick Withers
Embedded Systems Programmer
Department of Nuclear Physics, Research School of Physics and Engineering
The Australian National University (CRICOS: 00120C)
More information about the devel
mailing list