Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
713bac96
Commit
713bac96
authored
12 years ago
by
Jean-Baptiste Queru
Committed by
android code review
12 years ago
Browse files
Options
Download
Plain Diff
Merge "ARM: put crtbegin_so.o at the beginning where it belongs"
parents
5ac65f86
6c1f9ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/combo/TARGET_linux-arm.mk
core/combo/TARGET_linux-arm.mk
+1
-1
No files found.
core/combo/TARGET_linux-arm.mk
View file @
713bac96
...
...
@@ -252,8 +252,8 @@ $(hide) $(PRIVATE_CXX) \
-Wl,--gc-sections
\
-Wl,-shared,-Bsymbolic
\
$(PRIVATE_TARGET_GLOBAL_LD_DIRS)
\
$(PRIVATE_ALL_OBJECTS)
\
$(if
$(filter
true,$(PRIVATE_NO_CRT)),,$(PRIVATE_TARGET_CRTBEGIN_SO_O))
\
$(PRIVATE_ALL_OBJECTS)
\
-Wl,--whole-archive
\
$(call
normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES))
\
-Wl,--no-whole-archive
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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