Changes in directory llvm-test:

Makefile.programs updated: 1.192 -> 1.193
---
Log message:

Add -mdynamic-no-pic to native compiler (gcc) options for Darwin.


---
Diffs of the changes:  (+4 -0)

 Makefile.programs |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.192 llvm-test/Makefile.programs:1.193
--- llvm-test/Makefile.programs:1.192   Tue Feb 14 02:09:05 2006
+++ llvm-test/Makefile.programs Fri Feb 17 18:02:32 2006
@@ -203,6 +203,10 @@
 LLCBETAOPTION := -enable-sparc-v9-insts
 endif
 
+ifeq ($(OS),Darwin)
+TARGET_CFLAGS := -mdynamic-no-pic
+endif
+
 # Given a version of the entire program linked together into a single unit of
 # raw output from the C frontend, optimize it.
 $(PROGRAMS_TO_TEST:%=Output/%.linked.bc): \



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to