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/configure
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/configure')
-rwxr-xr-xnewlib/libc/machine/frv/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/machine/frv/configure b/newlib/libc/machine/frv/configure
index 9b9b97c02..54b4efdc1 100755
--- a/newlib/libc/machine/frv/configure
+++ b/newlib/libc/machine/frv/configure
@@ -1474,6 +1474,12 @@ else
USE_LIBTOOL_FALSE=
fi
+# 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}
+
+
+
@@ -1664,6 +1670,7 @@ s%@EXEEXT@%$EXEEXT%g
s%@NEWLIB_CFLAGS@%$NEWLIB_CFLAGS%g
s%@USE_LIBTOOL_TRUE@%$USE_LIBTOOL_TRUE%g
s%@USE_LIBTOOL_FALSE@%$USE_LIBTOOL_FALSE%g
+s%@OBJEXT@%$OBJEXT%g
s%@oext@%$oext%g
s%@aext@%$aext%g
s%@libm_machine_dir@%$libm_machine_dir%g