repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2006-01-30 Marcin Dalecki <martin@dalecki.de>
[official-gcc.git]
/
gcc
/
config
/
xtensa
/
t-elf
blob
7d6cd1a3a9b6eb0d16aa40aae19d0550b5aece3f
1
# Build CRT files and libgcc with the "longcalls" option
2
CRTSTUFF_T_CFLAGS += -mlongcalls
3
CRTSTUFF_T_CFLAGS_S += -mlongcalls
4
TARGET_LIBGCC2_CFLAGS += -mlongcalls
5
6
EXTRA_MULTILIB_PARTS = crti.o crtn.o crtbegin.o crtend.o