#
#===-----------------------------------------------------------------------====#
+# Set the architecture so that x86 platform dependant code is compmiled
+ARCH := x86
+
# MakeSharedObjectOption - This option is passed to the linker by
# Makefile.common when compiling a shared object.
#
#
#===-----------------------------------------------------------------------====#
+# Set the architecture so that Sparc platform dependant code is compmiled
+ARCH := Sparc
+
# MakeSharedObjectOption - This option is passed to the linker by
# Makefile.common when compiling a shared object.
#