From ae0dbd5050d92e97440411e819f4383fe59d08a1 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 20 Sep 1991 15:20:22 +0000 Subject: [PATCH] Added --- mach/sparc/.distr | 6 ++++++ mach/sparc/Action | 20 ++++++++++++++++++++ mach/sparc/mach_params | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 mach/sparc/.distr create mode 100644 mach/sparc/Action create mode 100644 mach/sparc/mach_params diff --git a/mach/sparc/.distr b/mach/sparc/.distr new file mode 100644 index 000000000..e43e56250 --- /dev/null +++ b/mach/sparc/.distr @@ -0,0 +1,6 @@ +Action +mach_params +ce +ce_cg +libem +libsys diff --git a/mach/sparc/Action b/mach/sparc/Action new file mode 100644 index 000000000..bbcef911b --- /dev/null +++ b/mach/sparc/Action @@ -0,0 +1,20 @@ +name "Sparc code expander library" +system "sparc" +dir ce +end +name "Sparc code expander" +system "sparc" +dir ce_cg +end +name "Sparc EM library" +system "sparc" +dir libem +end +!name "M68020 debugger support library" +!system "sparc" +!dir libdb +!end +name "Sparc system call library" +system "sparc" +dir libsys +end diff --git a/mach/sparc/mach_params b/mach/sparc/mach_params new file mode 100644 index 000000000..00b778424 --- /dev/null +++ b/mach/sparc/mach_params @@ -0,0 +1,5 @@ +MACH=sparc +SUF=o +ASAR=ar +RANLIB=ranlib +MACHFL=-O -DUFS -- 2.34.1