# HG changeset patch # User Henry S. Thompson # Date 1738154619 0 # Node ID fb33dc49cd48896278824cb9a7a257450ab46a47 # Parent 88a67b71b8995346fea55cf6e714dd563993fe10 use .ac by hand for the time being diff -r 88a67b71b899 -r fb33dc49cd48 conf-cc.ac --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf-cc.ac Wed Jan 29 12:43:39 2025 +0000 @@ -0,0 +1,4 @@ +gcc CFLAGS -include /usr/include/errno.h -fPIC + +This will be used to compile .c files. +Replace CFLAGS with -O -ggdb for debugging, -O2 for production diff -r 88a67b71b899 -r fb33dc49cd48 conf-home.ac --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf-home.ac Wed Jan 29 12:43:39 2025 +0000 @@ -0,0 +1,3 @@ +FIXME + +This is the cdb home directory. Programs will be installed in .../bin. diff -r 88a67b71b899 -r fb33dc49cd48 conf-ld.ac --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf-ld.ac Wed Jan 29 12:43:39 2025 +0000 @@ -0,0 +1,4 @@ +gcc LDFLAGS + +This will be used to link .o files into an executable. +Remove LDFLAGS for debugging, replace with -s for production