linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.3.30-pre3
@ 1999-11-28 21:35 Geert Uytterhoeven
  1999-11-28 21:49 ` 2.3.30-pre3 Shaw Terwilliger
  0 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 1999-11-28 21:35 UTC (permalink / raw)
  To: Linux/PPC Development



  - Plain 2.3.30-pre3 screws your .config because of two missing `fi's in the
    config scripts.
  - Kill one more warning

This does not mean 2.3.30-pre3 is running on my box, I'm just compiling...
Paul's unstable rsync tree (linux-pmac-devel) doesn't compile, so I wanted to
give Linus' tree a try

--- chrp-2.3.30/arch/ppc/config.in.orig	Sun Nov 28 20:29:50 1999
+++ chrp-2.3.30/arch/ppc/config.in	Sun Nov 28 22:31:04 1999
@@ -85,12 +85,16 @@
 
 if [ "$CONFIG_APUS" = "y" ]; then
   define_bool CONFIG_PCI n
-else if [ "$CONFIG_OAK" = "y" ]; then
-  define_bool CONFIG_PCI n
-else if [ "$CONFIG_8xx" = "y" ]; then
-    bool 'QSpan PCI' CONFIG_PCI
 else
-    define_bool CONFIG_PCI y
+  if [ "$CONFIG_OAK" = "y" ]; then
+    define_bool CONFIG_PCI n
+  else
+    if [ "$CONFIG_8xx" = "y" ]; then
+      bool 'QSpan PCI' CONFIG_PCI
+    else
+      define_bool CONFIG_PCI y
+    fi
+  fi
 fi
 
 bool 'Networking support' CONFIG_NET


--- chrp-2.3.30/arch/ppc/chrpboot/piggyback.c.orig	Tue Jan 13 00:18:13 1998
+++ chrp-2.3.30/arch/ppc/chrpboot/piggyback.c	Sun Nov 28 22:27:31 1999
@@ -1,8 +1,9 @@
 #include <stdio.h>
+#include <unistd.h>
 
 extern long ce_exec_config[];
 
-main(int argc, char *argv[])
+int main(int argc, char *argv[])
 {
 	int i, cnt, pos, len;
 	unsigned int cksum, val;

Gr{oetje,eeting}s,
--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~1999-11-30 20:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-11-28 21:35 2.3.30-pre3 Geert Uytterhoeven
1999-11-28 21:49 ` 2.3.30-pre3 Shaw Terwilliger
1999-11-28 21:54   ` 2.3.30-pre3 Eric Benard
1999-11-28 23:06   ` 2.3.30-pre3 BenH
1999-11-29  4:17     ` 2.3.30-pre3 Shaw Terwilliger
1999-11-29  8:19       ` 2.3.30-pre3 Martin Costabel
1999-11-30 20:07         ` 2.3.30-pre3 Paul Mackerras
1999-11-30 20:39           ` 2.3.30-pre3 Shaw Terwilliger
1999-11-30 20:44           ` 2.3.30-pre3 Ani Joshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).