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:
ahodgkinson
2006-02-02 22:50:30 +00:00
parent 71316d86f5
commit ed3bb76ba4

View File

@@ -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)