All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] build success
@ 1999-06-09 21:26 Tor Arntsen
  1999-06-09 21:43 ` [parisc-linux] Trying to get HP-UX working Alan Cox
  1999-06-09 22:06 ` [parisc-linux] build success Alex deVries
  0 siblings, 2 replies; 13+ messages in thread
From: Tor Arntsen @ 1999-06-09 21:26 UTC (permalink / raw)
  To: parisc-linux

Alex deVries mailed me and said he used the default configs, so I just
pressed return to all make config questions and hey presto it compiled
(except for one thing, coming back to that).

Cross-compiling environment: SGI Octane, irix 6.5, self-built cross compiler
and binutils (from CVS), linux kernel from cvs.

One little thing failed for me (people are obviously cross-compiling on
Linux in general, I guess).  There is no /bin/bash on SGI, it mostly lives
in /usr/freeware/bin.  The following patch fixed it for me (typical Perl
portability hack):

------
Index: arch/parisc/hp//boot/boot_tools/createheader.sh
===================================================================
RCS file: /home/cvs/parisc/linux/arch/parisc/hp/boot/boot_tools/createheader.sh,v
retrieving revision 1.1
diff -u -r1.1 createheader.sh
--- createheader.sh	1999/06/09 18:28:04	1.1
+++ createheader.sh	1999/06/09 21:20:20
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # This is a script that creates a header given the 
 # ipl and vmlinux file locations.
------

-Tor

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~1999-06-10 14:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-09 21:26 [parisc-linux] build success Tor Arntsen
1999-06-09 21:43 ` [parisc-linux] Trying to get HP-UX working Alan Cox
1999-06-09 22:27   ` xomina
1999-06-09 22:43     ` John David Anglin
1999-06-09 23:04       ` xomina
1999-06-09 22:48     ` Alan Cox
1999-06-09 22:50   ` Erik Paulson
1999-06-09 22:52   ` Matt Taggart
1999-06-09 23:19     ` Alan Cox
1999-06-10  8:57       ` Piotr Strzy¿ewski
1999-06-10 13:21     ` Steven Pritchard
1999-06-10 14:48   ` Fredrik Soderblom
1999-06-09 22:06 ` [parisc-linux] build success Alex deVries

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.