Explorar el Código

Added target optimizer

ceriel hace 32 años
padre
commit
967b13fac5
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 1 0
      mach/sparc/.distr
  2. 4 0
      mach/sparc/Action

+ 1 - 0
mach/sparc/.distr

@@ -2,6 +2,7 @@ Action
 mach_params
 ce
 ce_cg
+top
 libem
 libsys
 libend

+ 4 - 0
mach/sparc/Action

@@ -6,6 +6,10 @@ name "Sparc code expander"
 system "sparc"
 dir ce_cg
 end
+name "Sparc target optimizer"
+system "sparc"
+dir top
+end
 name "Sparc EM library"
 system "sparc"
 dir libem