summaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorBruce Momjian1999-07-20 02:42:20 +0000
committerBruce Momjian1999-07-20 02:42:20 +0000
commite740c9b1d164bf77f365b78a4bbb4a9efb02975b (patch)
treebfd8527eecc43b058577f1d16eee5694b5760e1a /src/configure.in
parent2908bd535f61614e9e6b2468691a2d0b2a783aff (diff)
Move -ieee to adt Makefile, and add CPU Makefile variable.
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index 311c36bb22b..5fde7567f2a 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -73,6 +73,7 @@ then
fi
PORTNAME=${os}
+CPU=${host_cpu}
AC_LINK_FILES(backend/port/dynloader/${os}.c, backend/port/dynloader.c)
AC_LINK_FILES(backend/port/dynloader/${os}.h, include/dynloader.h)
AC_LINK_FILES(include/port/${os}.h, include/os.h)
@@ -419,6 +420,7 @@ echo "- setting LDFLAGS=$LDFLAGS"
AC_SUBST(ELF_SYS)
AC_SUBST(PORTNAME)
+AC_SUBST(CPU)
AC_SUBST(SRCDIR)
AC_SUBST(LDFLAGS)
AC_SUBST(CPPFLAGS)