Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-07-04 23:57:57 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-07-04 23:57:57 +0400
commita6cac46c1741cc686da46585c16b17c2acb9f416 (patch)
tree4524296c7f69c182b0592e483cca07c90c081a7e /newlib/libc/machine/frv/aclocal.m4
parent30b2092fcb3283a42447e47a549e216fd90945ec (diff)
* libtool.m4: New file.
* libc/sys/linux/process.c: Implement vfork in terms of fork, rather than as a syscall.
Diffstat (limited to 'newlib/libc/machine/frv/aclocal.m4')
-rw-r--r--newlib/libc/machine/frv/aclocal.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/machine/frv/aclocal.m4 b/newlib/libc/machine/frv/aclocal.m4
index a7b261051..ccd3bc67a 100644
--- a/newlib/libc/machine/frv/aclocal.m4
+++ b/newlib/libc/machine/frv/aclocal.m4
@@ -165,6 +165,12 @@ LDFLAGS=${ldflags}
AC_SUBST(LDFLAGS)
AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
+
+# Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we
+# use oext, which is set in configure.host based on the target platform.
+OBJEXT=${oext}
+
+AC_SUBST(OBJEXT)
AC_SUBST(oext)
AC_SUBST(aext)