diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-13 21:33:14 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-13 21:33:14 +0000 |
commit | b1299c4e4b19c881777017cbef25f02cca31763a (patch) | |
tree | e3ff8cfa15b737dee272fd14ac5dbadbb184040a /configure.ac | |
parent | 4efba78cb47182dd44e88bad14708be0dba01d9c (diff) | |
download | gdb-b1299c4e4b19c881777017cbef25f02cca31763a.zip gdb-b1299c4e4b19c881777017cbef25f02cca31763a.tar.gz gdb-b1299c4e4b19c881777017cbef25f02cca31763a.tar.bz2 |
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8cbb813..087e5fe 100644 --- a/configure.ac +++ b/configure.ac @@ -158,8 +158,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 \ |