Artifact 6581fa5019dbaa860376f3bf30c47ed07320a76873903708368cd9d33cb1c67d:
- File
src/runtime/Makefile
— part of check-in
[af9448f6ed]
at
2012-11-26 23:15:53
on branch trunk
— Better way to set the assembler + flags.
Also checks for -no-integrated-as to avoid clang's integrated assembler,
which is sometimes still buggy, especially for ARM. (user: js, size: 510) [annotate] [blame] [check-ins using]
include ../../extra.mk STATIC_PIC_LIB_NOINST = ${RUNTIME_LIB_A} STATIC_LIB_NOINST = ${RUNTIME_A} SRCS = arc.m \ category.m \ class.m \ exception.m \ hashtable.m \ init.m \ lookup.m \ ${LOOKUP_S} \ property.m \ protocol.m \ selector.m \ sparsearray.m \ static-instances.m \ synchronized.m \ threading.m INCLUDES = runtime.h include ../../buildsys.mk CPPFLAGS += -I. -I.. -I../.. LD = ${OBJC}