Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
63d489ae
Commit
63d489ae
authored
Jan 29, 2005
by
Josh Coalson
Browse files
temporary disable ppc asm optimizations
parent
cd96b51d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/Makefile.am
View file @
63d489ae
...
...
@@ -36,9 +36,11 @@ if FLaC__CPU_PPC
# The -force_cpusubtype_ALL is needed to insert a ppc64 instruction
# into cpu.c with an asm().
if
FLaC__SYS_DARWIN
CPUCFLAGS
=
-faltivec
-force_cpusubtype_ALL
#@@@@@@ PPC optimizations temporarily disabled
CPUCFLAGS
=
-faltivec
-force_cpusubtype_ALL
-DFLAC__NO_ASM
else
CPUCFLAGS
=
-maltivec
-mabi
=
altivec
-force_cpusubtype_ALL
#@@@@@@ PPC optimizations temporarily disabled
CPUCFLAGS
=
-maltivec
-mabi
=
altivec
-force_cpusubtype_ALL
-DFLAC__NO_ASM
endif
endif
CFLAGS
=
@CFLAGS@
$(DEBUGCFLAGS)
$(CPUCFLAGS)
...
...
src/libFLAC/ppc/as/Makefile.am
View file @
63d489ae
...
...
@@ -28,7 +28,8 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
if
FLaC__HAS_AS
#@@@@@@
if
FLaC__HAS_AS__TEMPORARILY_DISABLED
SUFFIXES
=
.s .lo
...
...
src/libFLAC/ppc/gas/Makefile.am
View file @
63d489ae
...
...
@@ -28,7 +28,8 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
if
FLaC__HAS_GAS
#@@@@@@
if
FLaC__HAS_GAS__TEMPORARILY_DISABLED
SUFFIXES
=
.s .lo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment