mirror of
https://github.com/cahirwpz/amigaos-gcc-2.95.3.git
synced 2025-12-08 14:58:59 +00:00
Enable multilib for libstdc++.
This commit is contained in:
@ -15,6 +15,10 @@ CROSS_LIBGCC1 = libgcc1.null
|
|||||||
|
|
||||||
TARGET_LIBGCC2_CFLAGS = -mfixedstack
|
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.
|
# Support for building multiple version of libgcc.
|
||||||
# Note: this is taken from the toplevel Makefile.in multilib support.
|
# Note: this is taken from the toplevel Makefile.in multilib support.
|
||||||
LIBGCC = stmp-libgcc-multi
|
LIBGCC = stmp-libgcc-multi
|
||||||
|
|||||||
Reference in New Issue
Block a user