aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.Linux3
-rw-r--r--Makefile.SunOS3
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.Linux b/Makefile.Linux
index 4d411f081e..ca3c16fc1a 100644
--- a/Makefile.Linux
+++ b/Makefile.Linux
@@ -5,6 +5,9 @@
#
#===-----------------------------------------------------------------------====#
+# 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.
#
diff --git a/Makefile.SunOS b/Makefile.SunOS
index e802173f96..e9473637c7 100644
--- a/Makefile.SunOS
+++ b/Makefile.SunOS
@@ -5,6 +5,9 @@
#
#===-----------------------------------------------------------------------====#
+# 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.
#