diff -r -u daemontools-0.70/conf-cc daemontools-0.70-osx/conf-cc
--- daemontools-0.70/conf-cc    Mon Mar  6 06:21:09 2000
+++ daemontools-0.70-osx/conf-cc        Thu Apr 26 20:15:30 2001
@@ -1,3 +1,3 @@
-gcc -O2
+cc -O2
 
 This will be used to compile .c files.
diff -r -u daemontools-0.70/conf-ld daemontools-0.70-osx/conf-ld
--- daemontools-0.70/conf-ld    Mon Mar  6 06:21:09 2000
+++ daemontools-0.70-osx/conf-ld        Thu Apr 26 20:15:30 2001
@@ -1,3 +1,3 @@
-gcc -s
+cc
 
 This will be used to link .o files into an executable.
