mirror of
https://github.com/cahirwpz/amigaos-gcc-2.95.3.git
synced 2025-12-08 14:58:59 +00:00
Do not require C standard library headers to compile libgcc.a
This commit is contained in:
@ -9,11 +9,11 @@ amigaos.o: $(srcdir)/config/m68k/amigaos.c $(CONFIG_H)
|
|||||||
LIBGCC1 = libgcc1.null
|
LIBGCC1 = libgcc1.null
|
||||||
CROSS_LIBGCC1 = libgcc1.null
|
CROSS_LIBGCC1 = libgcc1.null
|
||||||
|
|
||||||
# Additional target dependent options for compiling libgcc.a. This just
|
# Additional target dependent options for compiling libgcc.a.
|
||||||
# ensures that we don't compile libgcc* with anything other than a
|
# 1) Ensure that we don't compile libgcc* with anything other than a fixed
|
||||||
# fixed stack.
|
# stack.
|
||||||
|
# 2) Do not require C standard library headers to compile libgcc.a
|
||||||
TARGET_LIBGCC2_CFLAGS = -mfixedstack
|
TARGET_LIBGCC2_CFLAGS = -mfixedstack -Dinhibit_libc
|
||||||
|
|
||||||
MULTILIB_OPTIONS = resident/resident32 m68000/m68020
|
MULTILIB_OPTIONS = resident/resident32 m68000/m68020
|
||||||
MULTILIB_DIRNAMES = libb libb32 . libm020
|
MULTILIB_DIRNAMES = libb libb32 . libm020
|
||||||
|
|||||||
Reference in New Issue
Block a user