changeset 5:88a67b71b899

use .ac by hand for the time being
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 29 Jan 2025 12:39:10 +0000
parents a5ac7c5c6917
children fb33dc49cd48
files conf-cc conf-home conf-ld
diffstat 3 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/conf-cc	Wed Jan 29 12:38:05 2025 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-gcc -O2
-
-This will be used to compile .c files.
--- a/conf-home	Wed Jan 29 12:38:05 2025 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/usr/local
-
-This is the cdb home directory. Programs will be installed in .../bin.
--- a/conf-ld	Wed Jan 29 12:38:05 2025 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-gcc -s
-
-This will be used to link .o files into an executable.