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
b73eabd3
Commit
b73eabd3
authored
Jul 29, 2004
by
Josh Coalson
Browse files
strip out bogus args passed to assembler by libtool
parent
c2570659
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/ppc/Makefile.am
View file @
b73eabd3
...
...
@@ -30,8 +30,12 @@
SUFFIXES
=
.s .lo
STRIP_NON_ASM
=
sh
$(top_srcdir)
/strip_non_asm_libtool_args.sh
# For some unknown reason libtool can't figure out the tag for 'as', so
# we fake it with --tag=CC and strip out unwanted options.
.s.lo
:
$(LIBTOOL)
--mode
=
compile as
-force_cpusubtype_ALL
-o
$@
$<
$(LIBTOOL)
--tag
=
CC
--mode
=
compile
$(STRIP_NON_ASM)
as
-force_cpusubtype_ALL
-o
$@
$<
noinst_LTLIBRARIES
=
libFLAC-asm.la
libFLAC_asm_la_SOURCES
=
\
...
...
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