Removed minimal-toc flag.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@41 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -521,8 +521,7 @@ ifdef unix_target
|
||||
-falign-jumps \
|
||||
-falign-loops \
|
||||
-falign-labels \
|
||||
-fcrossjumping \
|
||||
-mminimal-toc
|
||||
-fcrossjumping
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -566,8 +565,8 @@ ifdef unix_target
|
||||
|
||||
# Linker switches
|
||||
|
||||
shared_link_flags = -mminimal-toc
|
||||
link_flags = -mminimal-toc -o $@
|
||||
shared_link_flags =
|
||||
link_flags = -o $@
|
||||
|
||||
ifeq ($(compiler),g++)
|
||||
ifneq ($(target_processor),ia64)
|
||||
|
||||
Reference in New Issue
Block a user