christos
7a85412dcd
We don't need -Wno-error
2006-05-15 04:57:05 +00:00
uwe
e37068ccdf
Force building and installing libgcc_pic.a when MKPIC=yes even when
...
MKPICINSTALL=no, as it is required to build shared libraries. Move it
to comp-c-lib set to match crtbeginS.o
2006-05-13 01:50:51 +00:00
mrg
33ffc74201
- bump libobjc to version 2.1
...
- now that OBJCOPTS.file.c works, use it for the objects that need it
- always pass -fno-strict-aliasing -fexceptions like the GCC build does
2006-05-11 23:52:41 +00:00
mrg
89318da5dd
add the build framework for in-tree GCC4 libraries, and the mknative
...
output for i386, sparc64 and powerpc.
2006-05-10 22:53:49 +00:00
mrg
2427b03e9b
GCC4 subdir is actually called "libstdc++-v3_4"
2006-05-09 19:29:13 +00:00
skrll
61458fa35f
Do a mknative run to pick up (for real) the added support for various
...
features.
nan is removed from libstdc++ as it's been added to libc. A major bump
is avoided as there are very few (no) examples of linkage against
libstdc++ and not against libc.
2006-04-20 20:14:05 +00:00
christos
2731b15f5e
fix debug build
2006-04-09 02:52:20 +00:00
mrg
0db1500b43
retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
2006-04-07 19:38:58 +00:00
he
9be7b2d54a
After the latest update to <sys/time.h>, struct timezone is no longer
...
defined if _NETBSD_SOURCE is not defined, so comment out the definition
of HAVE_STRUCT_TIMEZONE. Fixes build problem for vax.
Even though this file says "auto-generated, do not edit", matt said
"OK" to manually tweaking it.
2006-04-01 20:02:56 +00:00
he
91afe2706a
Now that the libiberty config.h was made MD again, we need to instruct
...
the build of this (only done for old gcc, i.e. vax) to pick up the
config.h file from the new place.
2006-02-16 10:36:24 +00:00
skrll
d36eb258eb
mknative re-run to pick up the binutils version from the sources
...
imported, i.e. the binutils-2.16.1 release and not the branch that
I worked with originally.
Lot of the changes are due to the update of the mknative script RCSId.
2006-02-04 17:03:02 +00:00
christos
c71e1a889d
bump version.
2006-02-03 16:30:13 +00:00
christos
663f146299
bump version!
2006-02-03 16:29:34 +00:00
skrll
f73b0f41ba
ns32k binutils mknative output. Hi Simon!
2006-02-03 16:09:16 +00:00
skrll
ef26780071
Make the libiberty stuff MI again.
2006-02-02 22:26:50 +00:00
skrll
f8aa39bd9d
Run mknative on the new binutils.
2006-02-02 22:22:14 +00:00
skrll
46884a1759
Re-run mknative after the fix to use the correct AS - sparc64 has
...
HAVE_AS_OFFSETABLE_LO10 defined now.
Don't commit the
-#define _GLIBCPP_USE_WCHAR_T 1
+/* #undef _GLIBCPP_USE_WCHAR_T */
changes as we still want wchar support, the configure script is over
senstive, and support for long double conversions will be added soon.
2005-05-16 11:16:18 +00:00
christos
a14ad02b8e
Enable wide character support for the rest of the archs (i386 is already done).
...
From J. T. Conklin.
2005-03-31 03:17:02 +00:00
christos
7174de81d3
PR/29832: J.T. Conklin: libstdc++ missing std::wstring support
...
This wonderful patch together with yesterdays wcsftime addition, makes
us able to use wide strings in c++
2005-03-30 19:17:45 +00:00
skrll
3c62992580
Re-run mknative for hppa binutils update.
2005-01-19 12:57:36 +00:00
skrll
0dd9e4fc5b
Re-run mknative for mips binutils updates.
2005-01-14 08:54:59 +00:00
simonb
7ce49b5cc3
Run mknative for mipsel and mipseb for binutils 2.15 after MIPS
...
architectures have switched to the "trad" MIPS vectors.
2005-01-09 13:00:14 +00:00
mrg
e3f11c0d8c
regenerate for fixed tools/binutils/Makefile
2004-12-12 12:43:05 +00:00
jmc
16650d50f4
Regen w. latest mknative to fix ./object.o problems
2004-12-11 07:42:57 +00:00
mrg
72b7756857
run mknative for binutils 2.15 for amd64.
2004-12-11 01:41:25 +00:00
mrg
c63d030651
something in the previous run of mknative-binutils broke this file
...
by making it think that all header files were missing. fix this.
should fix PR#28602 and PR#28604.
2004-12-11 01:32:41 +00:00
mrg
5e475368f8
regenerate ns32k files for binutils 2.15.
2004-12-11 01:29:34 +00:00
mrg
bd8b5580a3
re-run with fixed mknative
2004-12-10 14:07:52 +00:00
mrg
20cca2cff0
re-run with fixed mknative
2004-12-10 14:03:43 +00:00
mrg
f5f18dd285
run mknative for binutils 2.15 for alpha, arm, armeb, m68k, mipsel,
...
mipseb, powerpc and vax. note the that only arm and powerpc of these
are actually run-time tested, but everything builds.
2004-12-09 07:02:53 +00:00
mrg
a009ee7734
run mknative-binutils for 2.15 for m68000, sh3eb, sh3el and sh5el.
...
XXX: these are not run-time tested but do build fine.
2004-12-09 06:48:34 +00:00
mrg
ca2ba2d989
mknative for i386, sparc & sparc64 for binutils 2.15.
...
bump shlib.
2004-12-08 15:13:33 +00:00
thorpej
8d13a4aafe
Switch to using GCC's supplied crtbegin / crtend files.
2004-08-28 00:18:38 +00:00
thorpej
a80d65bdf1
sparc64 configuration for GCC "crtstuff".
2004-08-26 20:33:47 +00:00
thorpej
3b3467be81
Only do the crtstuff dance if OBJECT_FMT is ELF.
2004-08-26 19:08:10 +00:00
thorpej
62ca5968b5
sparc configuration for GCC "crtstuff".
2004-08-26 19:05:04 +00:00
thorpej
35bdb62895
Don't protect the inclusion of ${MACHINE_ARCH}.mk; it is required.
2004-08-26 19:01:20 +00:00
thorpej
c64c94ac78
m68000 configuration for GCC "crtstuff".
2004-08-26 18:59:53 +00:00
thorpej
fb21d92089
x86_64 configuration for GCC "crtstuff".
2004-08-26 07:09:22 +00:00
thorpej
84b60dd908
sh5el configuration for GCC "crtstuff".
2004-08-26 06:59:38 +00:00
thorpej
ed5931a192
sh3eb configuration for GCC "crtstuff".
2004-08-26 06:57:35 +00:00
thorpej
c2b11b356c
sh3el configuration for GCC "crtstuff".
2004-08-26 06:57:07 +00:00
thorpej
432118c9ee
powerpc configuration for GCC "crtstuff".
2004-08-26 06:54:37 +00:00
thorpej
bb158d9e58
mipseb configuration for GCC "crtstuff".
2004-08-26 06:32:53 +00:00
thorpej
d6398ba73b
mipsel configuration for GCC "crtstuff".
2004-08-26 06:32:19 +00:00
thorpej
d6d6853f9b
m68k configuration for GCC "crtstuff".
2004-08-26 06:23:00 +00:00
thorpej
ddc0eb63c5
hppa configuration for GCC "crtstuff".
2004-08-26 06:12:07 +00:00
thorpej
c9bd4f9af6
armeb configuration for GCC "crtstuff".
2004-08-26 06:09:56 +00:00
thorpej
c913ba605e
arm configuration for GCC "crtstuff".
2004-08-26 06:08:43 +00:00
thorpej
67e1a05e86
alpha configuration for GCC "crtstuff".
2004-08-26 06:00:32 +00:00