blob: f33fb7b9374cb7599503428127de86976dcc8fb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-configure,v 1.1 2013/10/27 20:35:48 joerg Exp $
--- configure.orig 2013-10-18 21:37:24.000000000 +0000
+++ configure
@@ -5097,10 +5097,6 @@ else
fi
-if test "x$GCC" = "xyes" -a "x$use_extraopt" = "xyes" ; then
- echo "Turning on extra gcc flags -finline-functions -frename-registers"
- CFLAGS="-finline-functions -frename-registers $CFLAGS"
-fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
$as_echo_n "checking for library containing strerror... " >&6; }
if ${ac_cv_search_strerror+:} false; then :
|