mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
|
# Turn off the SDA while compiling libgcc2. There are no headers for it
|
||
|
# and we want maximal upward compatibility here.
|
||
|
HOST_LIBGCC2_CFLAGS += -G 0
|
||
|
|
||
|
SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/m32r/libgcc-glibc.ver
|