Commit Graph

42 Commits

Author SHA1 Message Date
espie
0b0a68840b A few tweaks, easing the life of c++filt...
documentation for rationale behind new config.
1999-01-13 13:58:45 +00:00
espie
4efff76354 New snapshot is out.
Upgrade i386.readme to results of previous snapshots.
Come on, give me alpha/sparc test result files :)
1999-01-13 00:09:03 +00:00
espie
96b033bd0d Better... 1999-01-12 17:18:31 +00:00
espie
20f2c93644 spelling family names from memory is a bad idea... 1999-01-12 11:28:44 +00:00
espie
1770daac5a - fixed up i386/*VTABLE once more... this time for good.
- clean up openbsd.h comments
- add patch to auto-detect mkstemps. Accordingly, need to run
autoreconf in gcc and in libiberty.
1999-01-12 11:27:39 +00:00
espie
204aea09bf Oops 1999-01-12 00:41:09 +00:00
espie
7d42d0d4e1 partial archives are no longer bogus.
i386/openbsd.h does include unix.h which yields a perfectly good definition
of the *THUNK macro.

trivial fix to a bug in gcc.c.
1999-01-12 00:19:49 +00:00
espie
1237398b0a Some cleaning up, triggered by alpha.
- TARGET_CPU_DEFAULT belongs in configure.in, not in various .h files.
If it goes out wrong, it's the output of uname that needs to be fixed
(or config.guess, e.g., even pentium gives out i386, as intended). Makes
it possible to configure a i586-unknown-openbsd system if one really WANTS
to output only pentium specific code.

- ASM_FILE_START put into alpha/openbsd.h. Used to be in alpha.h, but
elf & osf diverged...

- set xfrag=none for alpha, as the default config is bogus and supplies
a dec-osf specific xalpha.
1999-01-11 21:23:25 +00:00
espie
aadacc7c85 I'm stupid.
(managed to commit the wrong file, with two extraneous endif)
1999-01-11 14:11:22 +00:00
espie
e4628fe129 Update to 990103 snapshot.
Inform user of the warnings file in case of a bootstrap crash.

Major change: add alpha & pa configuration, and clean up ALL
openbsd configuration files thoroughly... this is probably going to
break a few things.
1999-01-10 02:50:02 +00:00
espie
5f1c9b66a3 and accordingly, this is no longer necessary... 1999-01-09 16:56:19 +00:00
espie
0a8c2a9dd3 CFLAGS buglet.
autoconf 2.13 available.
1999-01-09 16:55:27 +00:00
espie
e66c1e8834 There apparently is a bug in gas that makes it necessary to bootstrap
with standard CFLAGS (-g -O2).
1999-01-09 16:53:22 +00:00
espie
e6a50eb914 *Use* the AUTOCONF macros I added to bsd.port.mk.
Thanks jason@ for reminding me...
1998-12-23 02:45:07 +00:00
espie
b6254b2a76 Sync with snapshot changes & update checksum. 1998-12-22 23:44:50 +00:00
espie
ba33ad12d2 Update to 1998-12-20 snapshot,
update test results as well,
add threads to openbsd.h.
1998-12-21 21:13:01 +00:00
espie
8b2c4949ac Mirrors & finicking 1998-12-19 00:57:57 +00:00
espie
dcfdfc4946 checked some mirrors 1998-12-19 00:55:44 +00:00
espie
d17ed721f6 spurious warning. marc@ 1998-12-19 00:11:00 +00:00
espie
6127c27c82 Updated to latest snapshot. 1998-12-17 23:04:10 +00:00
marc
4ca85c47a8 MIRROR_DISTFILE=no; changes to often to mirror 1998-12-17 05:13:23 +00:00
espie
646bb8a000 Update to 19981213 snapshot.
- use new `enable-languages' mechanism,
- depend i386/openbsd.h on flag_pic
- remove temp fix for m68k
1998-12-16 17:52:29 +00:00
d
8bc76ac48a australians have mirrors too 1998-12-10 12:24:21 +00:00
espie
323bce159b m68k builds, at least this release! 1998-12-05 23:25:58 +00:00
espie
0e4277a594 Forgot to clean up those for 19981130 1998-12-05 16:15:53 +00:00
espie
2ddf1af1f8 Update to release 1.1.1 1998-12-04 00:24:31 +00:00
espie
5765d8b8a0 Update to snapshot 981130. 1998-12-03 02:33:34 +00:00
espie
0faf34a329 Okay, I'm an idiot, I haven't figured out how to remove these files
along with the previous commmit...
1998-11-25 00:54:53 +00:00
espie
b1a8264baf Moving stuff around, now that we have a better Makefile.
More configurability, newer snapshot, and killed gnu-make
1998-11-25 00:54:02 +00:00
espie
265ec0c55e better COMMENTS, to the point 1998-11-19 04:52:26 +00:00
espie
e5d266fafd ... and finally, remove the old named patches. 1998-11-17 17:45:21 +00:00
espie
dcca223ff9 Clean Makefile up, mv patches around for conditional inclusion,
add beginning of m68k config.
1998-11-17 17:39:33 +00:00
espie
f6f3063ebc Update to recent snapshot, make it more configurable too 1998-11-16 21:11:13 +00:00
jason
8f770164d7 Initial stuff for sparc (sparc still not added to ONLY_FOR_ARCH's) 1998-11-16 02:03:09 +00:00
espie
367f3c3889 Clean-up. 1998-10-13 14:52:34 +00:00
espie
439b9b13d4 use collect2. If we don't, egcs emits wrong stabs for global CTORS in
-O3.   With collect2, it no longer uses stabs for that, hence the bug is
no longer visible...
1998-10-11 22:33:07 +00:00
espie
280635435f Omission... 1998-10-11 14:20:22 +00:00
espie
59cca78a8e Tentative configurations for some more architectures,
Fix buglet: PLIST generated from template, shouldn't be in repo.

Add large list of mirrors to Makefile, change config slightly.
Man/info pages installed under nicer names.
1998-10-11 14:08:23 +00:00
espie
41e15dfbeb Slight changes, check compilation on i386. 1998-10-02 18:57:28 +00:00
espie
88322beb2b Some files moved around to accommodate libstdc++ config.
i386 setup checked, initial m68k setup (not yet tested).
1998-10-02 18:51:24 +00:00
espie
ac00d0f03b egcs ports, stable release flavor 1998-09-26 08:53:03 +00:00
espie
c0f0d5d208 recent egcs snapshot 1998-09-25 22:45:26 +00:00