]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/Makefile
xnu-792.24.17.tar.gz
[apple/xnu.git] / libkern / Makefile
index eca7e688201a56c1ceec5fcf0791dd89d3645297..c9ed0dba25fb36930e63b89962deb43c2ea68128 100644 (file)
@@ -4,9 +4,9 @@ export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 
-export COMP_LDFLAGS_COMPONENT_PPC = -Wl,-i_OSCompareAndSwap:_hw_compare_and_store \
-                                    -Wl,-i_OSDequeueAtomic:_hw_dequeue_atomic \
-                                    -Wl,-i_OSEnqueueAtomic:_hw_queue_atomic
+export COMP_LDFLAGS_COMPONENT_PPC = -i_OSCompareAndSwap:_hw_compare_and_store \
+                                    -i_OSDequeueAtomic:_hw_dequeue_atomic \
+                                    -i_OSEnqueueAtomic:_hw_queue_atomic
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)