summaryrefslogtreecommitdiff
path: root/gcc/config/m32r/t-m32r
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-28 05:58:21 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-28 05:58:21 +0000
commit868d8e325a85ea4e1ecdde63a135e509f5fdf1bf (patch)
treef579abf03a73032cbc0ea682d5503777e1313833 /gcc/config/m32r/t-m32r
parent803e9d57a1db9585a73a483d8f99ba4872168f29 (diff)
downloadgcc-868d8e325a85ea4e1ecdde63a135e509f5fdf1bf.tar.gz
update m32r port
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19465 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32r/t-m32r')
-rw-r--r--gcc/config/m32r/t-m32r2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m32r/t-m32r b/gcc/config/m32r/t-m32r
index 6005eb96db3..3d8da58c116 100644
--- a/gcc/config/m32r/t-m32r
+++ b/gcc/config/m32r/t-m32r
@@ -39,6 +39,7 @@ crtfini.o: $(srcdir)/config/m32r/initfini.c $(GCC_PASSES) $(CONFIG_H)
-DCRT_FINI -finhibit-size-directive -fno-inline-functions \
-g0 -c $(srcdir)/config/m32r/initfini.c -o crtfini.o
+
# -mmodel={small,medium} requires separate libraries.
# We don't build libraries for the large model, instead we use the medium
# libraries. The only difference is that the large model can handle jumps
@@ -48,6 +49,7 @@ MULTILIB_OPTIONS = mmodel=small/mmodel=medium
MULTILIB_DIRNAMES = small medium
MULTILIB_MATCHES = mmodel?medium=mmodel?large
+
# Set MULTILIB_EXTRA_OPTS so shipped libraries have small data in .sdata and
# SHN_M32R_SCOMMON.
# This is important for objects referenced in system header files.