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:
authorDaniel Jacobowitz <drow@false.org>2007-02-14 00:33:14 +0300
committerDaniel Jacobowitz <drow@false.org>2007-02-14 00:33:14 +0300
commit1277a9a0d3e14f51d5d333807124d1b0e862a40b (patch)
tree94267cd35e8767d2b0c32a1782f082a94b1e4177 /configure
parentaf52f2802fe7ab656a9651114a2ec5bbb4543517 (diff)
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a4b92b110..ace7014b5 100755
--- a/configure
+++ b/configure
@@ -1688,8 +1688,8 @@ libgcj="target-libffi \
# these libraries are built for the target environment, and are built after
# the host libraries and the host tools (which may be a cross compiler)
#
-target_libraries="target-libiberty \
- target-libgcc \
+target_libraries="target-libgcc \
+ target-libiberty \
target-libgloss \
target-newlib \
target-libstdc++-v3 \