From f871ca72e84eb1f1e89b8428c39c6876397f3bf1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 3 Feb 2010 11:46:59 +0100 Subject: [PATCH] config/path: - cosmetics --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index 6cbebba1a6..4b9983269b 100644 --- a/config/path +++ b/config/path @@ -95,7 +95,7 @@ TARGET_CFLAGS="$GCC_OPTIM -Wall -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE TARGET_CXXFLAGS="$TARGET_CFLAGS" TARGET_LDFLAGS= TARGET_PKG_CONFIG_PATH="$SYSROOT_PREFIX/usr/lib/pkgconfig" - + case $TARGET_ARCH in i386) TARGET_CFLAGS="$TARGET_CFLAGS -march=$TARGET_FAMILY"