mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
CRTSTUFF_T_CFLAGS = -O0
|
|
CRTSTUFF_T_CFLAGS_S = -O0
|
|
|
|
crtinitS.o: $(srcdir)/config/ia64/vms-crtinit.S
|
|
$(gcc_compile) -c -x assembler-with-cpp $<
|
|
|
|
LIB2ADDEH += $(srcdir)/config/ia64/fde-vms.c
|
|
|
|
HOST_LIBGCC2_CFLAGS=-mpointer-size=64
|