diff options
| author | Peter Eisentraut | 2000-10-31 19:55:20 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-10-31 19:55:20 +0000 |
| commit | b99ee7f37d41803ac643d525c4e700644ddb6030 (patch) | |
| tree | 8ed656fc59d04e2cdbb55cf5f98a827d2fdf779b /src/template | |
| parent | dc0f5cb09025bf8c5cc3900bfa4738a83457028f (diff) | |
This is the minimal version of the Darwin support patch from
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library
support, regression test map, and the usual template files. The dynamic
loader is missing, the spin lock code apparently doesn't assemble due to
syntax problems, and semaphores are to be hoped for from Apple.
Diffstat (limited to 'src/template')
| -rw-r--r-- | src/template/darwin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/template/darwin b/src/template/darwin new file mode 100644 index 00000000000..fb99dffb89c --- /dev/null +++ b/src/template/darwin @@ -0,0 +1,4 @@ +# regular cpp is broken in current development releases +CC="$CC -traditional-cpp" +# be on safe side while they sort out their compiler +CFLAGS=-O0 |
