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
Xiph.Org
aom-rav1e
Commits
d318d7cb
Commit
d318d7cb
authored
Sep 11, 2015
by
James Zern
Committed by
Gerrit Code Review
Sep 11, 2015
Browse files
Merge "build: modify default ARFLAGS / .a target"
parents
ad747e94
1b3d7753
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/make/Makefile
View file @
d318d7cb
...
...
@@ -287,7 +287,7 @@ define archive_template
# for creating them.
$(1)
:
$(
if
$(quiet)
,@echo
" [AR]
$$
@"
)
$(qexec)
$
$(AR)
$
$(ARFLAGS)
$$
@
$$
?
$(qexec)
$
$(AR)
$
$(ARFLAGS)
$$
@
$$
^
endef
define
so_template
...
...
build/make/configure.sh
View file @
d318d7cb
...
...
@@ -428,7 +428,7 @@ NM=${NM}
CFLAGS =
${
CFLAGS
}
CXXFLAGS =
${
CXXFLAGS
}
ARFLAGS = -r
u
s
\$
(if
\$
(quiet),
c
,v)
ARFLAGS = -
c
rs
\$
(if
\$
(quiet),,v)
LDFLAGS =
${
LDFLAGS
}
ASFLAGS =
${
ASFLAGS
}
extralibs =
${
extralibs
}
...
...
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