Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c568b8f

Browse files
committed
Remove -pipe from compiles.
1 parent d8581fb commit c568b8f

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

src/template/aix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
if test "$GCC" = yes ; then
2-
CFLAGS="$CFLAGS -pipe"
3-
else
1+
if test "$GCC" != yes ; then
42
case $host_os in
53
aix3.2.5 | aix4.1*) ;;
64
*) CFLAGS="$CFLAGS -O2 -qlonglong";;

src/template/bsdi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#CFLAGS="$CFLAGS -pipe"
2-
31
case $host_cpu in
42
i?86) CFLAGS="$CFLAGS -m486";;
53
esac

src/template/freebsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
CFLAGS="$CFLAGS -pipe"
2-
31
case $host_cpu in
42
alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
53
esac

src/template/netbsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
CFLAGS="$CFLAGS -pipe"
2-
31
THREAD_SUPPORT=yes
42
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14

src/template/openbsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
CFLAGS="$CFLAGS -pipe"

0 commit comments

Comments
 (0)