Skip to content

Commit

Permalink
Enable multilib for libstdc++.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Oct 18, 2016
1 parent 66cec84 commit ff0d14c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/config/m68k/t-amigaos
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ CROSS_LIBGCC1 = libgcc1.null

TARGET_LIBGCC2_CFLAGS = -mfixedstack

MULTILIB_OPTIONS = resident/resident32 m68000/m68020
MULTILIB_DIRNAMES = libb libb32 . libm020
MULTILIB_EXCEPTIONS = m68000 resident32 resident*/m68000

# Support for building multiple version of libgcc.
# Note: this is taken from the toplevel Makefile.in multilib support.
LIBGCC = stmp-libgcc-multi
Expand Down

0 comments on commit ff0d14c

Please sign in to comment.