Skip to content

Commit

Permalink
Do not require C standard library headers to compile libgcc.a
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Oct 18, 2016
1 parent ff0d14c commit fa94202
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gcc/config/m68k/t-amigaos
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ amigaos.o: $(srcdir)/config/m68k/amigaos.c $(CONFIG_H)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null

# Additional target dependent options for compiling libgcc.a. This just
# ensures that we don't compile libgcc* with anything other than a
# fixed stack.

TARGET_LIBGCC2_CFLAGS = -mfixedstack
# Additional target dependent options for compiling libgcc.a.
# 1) Ensure that we don't compile libgcc* with anything other than a fixed
# stack.
# 2) Do not require C standard library headers to compile libgcc.a
TARGET_LIBGCC2_CFLAGS = -mfixedstack -Dinhibit_libc

MULTILIB_OPTIONS = resident/resident32 m68000/m68020
MULTILIB_DIRNAMES = libb libb32 . libm020
Expand Down

0 comments on commit fa94202

Please sign in to comment.