Added
This commit is contained in:
parent
dee2d11596
commit
ae0dbd5050
6
mach/sparc/.distr
Normal file
6
mach/sparc/.distr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Action
|
||||
mach_params
|
||||
ce
|
||||
ce_cg
|
||||
libem
|
||||
libsys
|
20
mach/sparc/Action
Normal file
20
mach/sparc/Action
Normal file
|
@ -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
|
5
mach/sparc/mach_params
Normal file
5
mach/sparc/mach_params
Normal file
|
@ -0,0 +1,5 @@
|
|||
MACH=sparc
|
||||
SUF=o
|
||||
ASAR=ar
|
||||
RANLIB=ranlib
|
||||
MACHFL=-O -DUFS
|
Loading…
Reference in a new issue