From 4460536042cb8e77a6bcf52e0b2aeeb2f9d5f358 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 28 Jul 2007 14:39:51 +0000 Subject: [PATCH] Add o32 and more n64 subsystems --- image.conf | 1 + subsys.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/image.conf b/image.conf index 45587dd..9b0252c 100644 --- a/image.conf +++ b/image.conf @@ -1,4 +1,5 @@ sw Software +swo32 Software (o32) sw64 Software (n64) man Documentation opt Optional components diff --git a/subsys.conf b/subsys.conf index bfe09a3..8b9e596 100644 --- a/subsys.conf +++ b/subsys.conf @@ -1,4 +1,6 @@ sw.base default base software +swo32.base nodefault base software (o32) +sw64.base nodefault base software (n64) sw.lib default shared libraries sw64.lib nodefault shared libraries (n64) sw.dev nodefault development files