Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 2227506

Browse files
author
Evan Cheng
committed
Pass -mdynamic-no-pic to build cbe executable.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@26398 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2b3b967 commit 2227506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.programs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Output/%.cbe.c: Output/%.llvm.bc $(LLC)
282282

283283
$(PROGRAMS_TO_TEST:%=Output/%.cbe): \
284284
Output/%.cbe: Output/%.cbe.c
285-
-$(CC) $< $(LDFLAGS) $(CFLAGS) -fno-strict-aliasing -O2 -o $@
285+
-$(CC) $< $(LDFLAGS) $(CFLAGS) -fno-strict-aliasing -O2 $(TARGET_CFLAGS) -o $@
286286

287287
#
288288
# Compile a linked program to machine code with LLC.

0 commit comments

Comments
 (0)