From b57349f6d5a95a4d21fdfa88b160cb619780cee2 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 2 Oct 2000 18:07:35 +0000 Subject: [PATCH] Fix for timespec register problem. --- configure/os/CONFIG.Common.vxWorks-ppc604 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.vxWorks-ppc604 b/configure/os/CONFIG.Common.vxWorks-ppc604 index 3cc790781..34945d0f8 100644 --- a/configure/os/CONFIG.Common.vxWorks-ppc604 +++ b/configure/os/CONFIG.Common.vxWorks-ppc604 @@ -17,5 +17,5 @@ ARCH_CLASS = ppc # Architecture specific build flags ARCH_DEP_CPPFLAGS = -DCPU=PPC604 -ARCH_DEP_CFLAGS = -mcpu=604 +ARCH_DEP_CFLAGS = -mcpu=604 -mstrict-align