Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc568b8f

Browse files
committed
Remove -pipe from compiles.
1 parentd8581fb commitc568b8f

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)

[8]ページ先頭

©2009-2025 Movatter.jp