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:
authorMike Frysinger <vapier@gentoo.org>2022-02-07 13:25:19 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 07:35:23 +0300
commit5b9c4cf23ef3724d914e29b1899a941b076b96da (patch)
tree7e37399020e8c1f329bc123b2b041598d6601669 /newlib/libc/sys/phoenix
parentf034d8ad19df17fd25df2469cfaa4a7ea3fcee45 (diff)
newlib: drop support for $oext
This was needed only to support libtool in case objects ended in .lo instead of .o, but we dropped libtool, so drop this too.
Diffstat (limited to 'newlib/libc/sys/phoenix')
-rw-r--r--newlib/libc/sys/phoenix/Makefile.in1
-rw-r--r--newlib/libc/sys/phoenix/configure4
-rw-r--r--newlib/libc/sys/phoenix/machine/Makefile.in1
-rw-r--r--newlib/libc/sys/phoenix/machine/arm/Makefile.in1
-rw-r--r--newlib/libc/sys/phoenix/machine/arm/configure4
-rw-r--r--newlib/libc/sys/phoenix/machine/configure4
6 files changed, 3 insertions, 12 deletions
diff --git a/newlib/libc/sys/phoenix/Makefile.in b/newlib/libc/sys/phoenix/Makefile.in
index 8490802aa..ba33e6b36 100644
--- a/newlib/libc/sys/phoenix/Makefile.in
+++ b/newlib/libc/sys/phoenix/Makefile.in
@@ -319,7 +319,6 @@ machine_dir = @machine_dir@
mandir = @mandir@
mkdir_p = @mkdir_p@
newlib_basedir = @newlib_basedir@
-oext = @oext@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
diff --git a/newlib/libc/sys/phoenix/configure b/newlib/libc/sys/phoenix/configure
index 0d40a7656..0231cdb45 100644
--- a/newlib/libc/sys/phoenix/configure
+++ b/newlib/libc/sys/phoenix/configure
@@ -595,7 +595,6 @@ shared_machine_dir
machine_dir
libm_machine_dir
lpfx
-oext
ELIX_LEVEL_4_FALSE
ELIX_LEVEL_4_TRUE
ELIX_LEVEL_3_FALSE
@@ -4250,8 +4249,7 @@ 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}
-
+OBJEXT=o
diff --git a/newlib/libc/sys/phoenix/machine/Makefile.in b/newlib/libc/sys/phoenix/machine/Makefile.in
index 0b3f56f94..bc00576e8 100644
--- a/newlib/libc/sys/phoenix/machine/Makefile.in
+++ b/newlib/libc/sys/phoenix/machine/Makefile.in
@@ -252,7 +252,6 @@ machine_dir = @machine_dir@
mandir = @mandir@
mkdir_p = @mkdir_p@
newlib_basedir = @newlib_basedir@
-oext = @oext@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
diff --git a/newlib/libc/sys/phoenix/machine/arm/Makefile.in b/newlib/libc/sys/phoenix/machine/arm/Makefile.in
index 93799224b..2b8b04f0f 100644
--- a/newlib/libc/sys/phoenix/machine/arm/Makefile.in
+++ b/newlib/libc/sys/phoenix/machine/arm/Makefile.in
@@ -267,7 +267,6 @@ machine_dir = @machine_dir@
mandir = @mandir@
mkdir_p = @mkdir_p@
newlib_basedir = @newlib_basedir@
-oext = @oext@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
diff --git a/newlib/libc/sys/phoenix/machine/arm/configure b/newlib/libc/sys/phoenix/machine/arm/configure
index 6a6ac64e6..d874ca627 100644
--- a/newlib/libc/sys/phoenix/machine/arm/configure
+++ b/newlib/libc/sys/phoenix/machine/arm/configure
@@ -592,7 +592,6 @@ shared_machine_dir
machine_dir
libm_machine_dir
lpfx
-oext
ELIX_LEVEL_4_FALSE
ELIX_LEVEL_4_TRUE
ELIX_LEVEL_3_FALSE
@@ -4247,8 +4246,7 @@ 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}
-
+OBJEXT=o
diff --git a/newlib/libc/sys/phoenix/machine/configure b/newlib/libc/sys/phoenix/machine/configure
index f5e7ddb01..d516e11ef 100644
--- a/newlib/libc/sys/phoenix/machine/configure
+++ b/newlib/libc/sys/phoenix/machine/configure
@@ -597,7 +597,6 @@ shared_machine_dir
machine_dir
libm_machine_dir
lpfx
-oext
ELIX_LEVEL_4_FALSE
ELIX_LEVEL_4_TRUE
ELIX_LEVEL_3_FALSE
@@ -4255,8 +4254,7 @@ 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}
-
+OBJEXT=o