From a9ad27dc026c99c0032162d466613fd4ce9debab Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Thu, 23 Feb 2006 21:47:57 +0000 Subject: [PATCH] x11: fixed i386 flags --- x11/host.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/host.def b/x11/host.def index 02b94f059..1caab0717 100644 --- a/x11/host.def +++ b/x11/host.def @@ -2,7 +2,7 @@ * CRUX X11 configuration. */ -#define DefaultGcc2AMD64Opt #CFLAGS# -fno-strength-reduce +#define DefaultGcc2i386Opt #CFLAGS# -fno-strength-reduce #define TermcapLibrary -lncurses #define ForceNormalLib YES #define SystemManDirectory /usr/man