mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
$NetBSD: patch-configure,v 1.2 2013/10/20 21:49:28 wiz Exp $
|
|
|
|
--- configure.orig 2013-10-17 23:13:25.000000000 +0000
|
|
+++ configure
|
|
@@ -5715,13 +5715,6 @@ CFLAGS=""
|
|
PWD=`pwd`
|
|
ABS_TOP_SRCDIR=$PWD$top_srcdir
|
|
|
|
-
|
|
-case $host in
|
|
-x86_64-*-*) CFLAGS="-march=nocona -mfpmath=sse,387 -DCPU=64" ;;
|
|
-i686-*-*) CFLAGS="-march=i686 -malign-double -DCPU=686" ;;
|
|
-*) CFLAGS= ;;
|
|
-esac
|
|
-
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result:
|
|
** Configuration summary for $PACKAGE $VERSION:
|
|
|