Skip to content
GitLab
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
b1b4f59c
Commit
b1b4f59c
authored
Jan 27, 2005
by
Josh Coalson
Browse files
minor fixes
parent
c4cb493c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/Makefile.am
View file @
b1b4f59c
...
...
@@ -29,8 +29,6 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
lib_LTLIBRARIES
=
libFLAC.la
DEBUGCFLAGS
=
CPUCFLAGS
=
if
DEBUG
DEBUGCFLAGS
=
-DFLAC__OVERFLOW_DETECT
endif
...
...
@@ -38,9 +36,9 @@ 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
CPUCFLAGS
=
-faltivec
-force_cpusubtype_ALL
else
CPUCFLAGS
=
-maltivec
-mabi
=
altivec
-force_cpusubtype_ALL
CPUCFLAGS
=
-maltivec
-mabi
=
altivec
-force_cpusubtype_ALL
endif
endif
CFLAGS
=
@CFLAGS@
$(DEBUGCFLAGS)
$(CPUCFLAGS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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