Both the parameter itself and the argument to the parameter must be prefixed with -Xlinker so that they are passed properly. llvm-svn: 187432
8 lines
152 B
Makefile
8 lines
152 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
LDFLAGS = $(CFLAGS) -Xlinker -order_file -Xlinker ./order-file
|
|
MAKE_DSYM := NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|