summaryrefslogtreecommitdiff
path: root/src/template/linux
diff options
context:
space:
mode:
authorPeter Eisentraut2000-09-29 17:17:41 +0000
committerPeter Eisentraut2000-09-29 17:17:41 +0000
commit6f64c2e54a0b14154a335249f4dca91a39c61c50 (patch)
tree1e86d3e05418c123f6b54612aff8c6a06b444020 /src/template/linux
parent2a7da3f5648684df07126e94a96dc5bb82a9ba65 (diff)
New unified regression test driver, test/regress makefile cleanup,
add "check" and "installcheck" targets, straighten out make variable naming of host_os, host_cpu, etc.
Diffstat (limited to 'src/template/linux')
-rw-r--r--src/template/linux1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template/linux b/src/template/linux
index 2c823be7e5b..0c2d6601941 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -5,5 +5,4 @@ DLSUFFIX=.so
case $host_cpu in
mips*) CFLAGS="$CFLAGS -mips2";;
- alpha*) CPU=alpha;;
esac