Dr. Ralf S. Engelschall
|
98e4748f7d
|
modifying package: gcc-3.3.2 20031022 -> 20031210
|
22 years ago |
Dr. Ralf S. Engelschall
|
d1d82a7185
|
modifying package: gcc-3.3.2 20031022 again
|
22 years ago |
Dr. Ralf S. Engelschall
|
8f711850cb
|
fix typo: s/spp/ssp/
|
22 years ago |
Dr. Ralf S. Engelschall
|
d66ae39af5
|
modifying package: gcc-3.3.2 20031017 -> 20031021
|
22 years ago |
Dr. Ralf S. Engelschall
|
1596faf9e0
|
upgrading package: gcc 3.3.1 -> 3.3.2
|
22 years ago |
Dr. Ralf S. Engelschall
|
98e75fa144
|
move to now fixed %{error} macro
|
23 years ago |
Dr. Ralf S. Engelschall
|
9e23c135f4
|
add OpenPKG release identification
|
23 years ago |
Dr. Ralf S. Engelschall
|
a85ac1f358
|
modifying package: gcc-3.3.1 20030912 -> 20030925
|
23 years ago |
Dr. Ralf S. Engelschall
|
74102b23de
|
update bounds checking patch
|
23 years ago |
Dr. Ralf S. Engelschall
|
b12459e900
|
convert to new %{l_platform} world order
|
23 years ago |
Dr. Ralf S. Engelschall
|
f2bb5b86be
|
ops, do not activate the additional languages by default
|
23 years ago |
Dr. Ralf S. Engelschall
|
0d97b8e6a0
|
add optional Objective-C, Java and Fortran-77 language support
|
23 years ago |
Dr. Ralf S. Engelschall
|
50ebcc98d8
|
recreate the patch from scratch to avoid problems on some platforms which cannot apply it (perhaps because of too large offset or whatever)
|
23 years ago |
Dr. Ralf S. Engelschall
|
5a2ea630df
|
modifying package: gcc-3.3.1 20030808 -> 20030809
|
23 years ago |
Dr. Ralf S. Engelschall
|
9bdcb61169
|
upgrading package: gcc 3.3 -> 3.3.1
|
23 years ago |
Michael Schloh von Bennewitz
|
e3736b8ff6
|
RT#220, correct group names
|
23 years ago |
Dr. Ralf S. Engelschall
|
57dcbf7729
|
achieve robust subshell handling by consistently using '(...) || exit 0' constructs to make sure the scripts fail if a subshell fails
|
23 years ago |
Dr. Ralf S. Engelschall
|
acda31d548
|
modifying package: gcc-3.3 20030721 -> 20030722
|
23 years ago |
Dr. Ralf S. Engelschall
|
54eb7449b6
|
speclint police: achieve semantical consistency for patch references
|
23 years ago |
Thomas Lotterer
|
8cb96928b0
|
modifying package: gcc-3.3 20030702 -> 20030717
|
23 years ago |
Dr. Ralf S. Engelschall
|
67f9c78a59
|
cleanup copyright part by using just the main company name of Cable & Wireless and adding the URL to the global website
|
23 years ago |
Dr. Ralf S. Engelschall
|
6e71b425a1
|
pay attention to the multilib support in gcc and move also libs in subdir(s). This is mainly important under Solaris where 32 and 64 bit versions of libs are build and installed
|
23 years ago |
Dr. Ralf S. Engelschall
|
795b2642b6
|
make sure bounds and spp are not used at the same time and make sure the build terminated if the spp patching failed
|
23 years ago |
Dr. Ralf S. Engelschall
|
e6eae14d95
|
add optional support for IBM Stack-Smashing-Protection patch
|
23 years ago |
Dr. Ralf S. Engelschall
|
55f917a1e8
|
Unfortunately, the GCC documentation and the implementation diverge dramatically: BOOT_CFLAGS is not for stage1 (booting), but for stage2, stage3, etc. And LIBCFLAGS are used for libiberty, but no BOOT_LIBCFLAGS exists (BOOT_LIBCXXFLAGS are not required, btw). To allow GCC to build correctly with a non-GCC vendor compiler, we no longer set LIBCFLAGS at all (because libiberity build would fail) and we use CFLAGS for the stage1 and BOOT_CFLAGS for stage2, stage3, etc. So, beastie GCC, DWIM now, please!
|
23 years ago |
Dr. Ralf S. Engelschall
|
8e1db1d0df
|
finally fix the build flags handling
|
23 years ago |
Thomas Lotterer
|
a1d0b92ef5
|
modifying package: gcc-3.3 20030614 -> 20030625
|
23 years ago |
Michael van Elst
|
59ac152580
|
fix building on non-gcc hosts
|
23 years ago |
Dr. Ralf S. Engelschall
|
16e6ba3e5f
|
upgrading package: gcc 3.2.3 -> 3.3
|
23 years ago |
Dr. Ralf S. Engelschall
|
7161673984
|
modifying package: gcc-3.2.3 20030427 -> 20030430
|
23 years ago |
Dr. Ralf S. Engelschall
|
33bc9e4c27
|
add optional bounds checking patch
|
23 years ago |
Dr. Ralf S. Engelschall
|
952816f343
|
upgrading package: gcc 3.2.2 -> 3.2.3
|
23 years ago |
Dr. Ralf S. Engelschall
|
198e060687
|
try to remove hopefully obsolete (and already making problems) patch for disabling the usage of GCC includes
|
23 years ago |
Dr. Ralf S. Engelschall
|
c33f4a18b0
|
be more precise in matching
|
23 years ago |
Dr. Ralf S. Engelschall
|
f33ede2650
|
make flag determination more flexible and especially add more optional optimization
|
23 years ago |
Michael van Elst
|
e3325ff0b4
|
patch for Solaris/x86
|
23 years ago |
Dr. Ralf S. Engelschall
|
b0d2348b03
|
Completely work off our GCC packaging. This especially now uses the (now finally working) DESTDIR support in GCC and cleans up the parameter determinations. As a side-effect the packaging shrunk by about 1KB, too.
|
23 years ago |
Dr. Ralf S. Engelschall
|
bdedcee0d9
|
upgrading package: gcc 3.2.1 -> 3.2.2
|
23 years ago |
Thomas Lotterer
|
aa0fcf0b0f
|
try to fix the patch according to FreeBSD gcc32 port in order to solve varargs problems
|
23 years ago |
Dr. Ralf S. Engelschall
|
0fc1619772
|
ok, second attempt: switch to alternative patch for FreeBSD
|
23 years ago |
Dr. Ralf S. Engelschall
|
c258027d7b
|
Include official patch for FreeBSD 5 from gcc.gnu.org CVS repository: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ginclude/stddef.h.diff?r1=1.15&r2=1.16 This fixes building under latest FreeBSD 5.0-CURRENT.
|
23 years ago |
Dr. Ralf S. Engelschall
|
7a694d853e
|
upgrade to new %option world order
|
23 years ago |
Dr. Ralf S. Engelschall
|
4a73168b54
|
bump of Copyright messages for forthcoming years 2003
|
23 years ago |
Dr. Ralf S. Engelschall
|
ab464b683d
|
switch to %option(s) and remove dynamic default for binutils because this makes trouble and is inconsistent anyway
|
23 years ago |
Dr. Ralf S. Engelschall
|
62857f81ca
|
finally remove backslashes from --define lines in %description to be 100% consistent again
|
23 years ago |
Dr. Ralf S. Engelschall
|
106a982104
|
make with_optimize=no use -O0, make threading optional
|
23 years ago |
Thomas Lotterer
|
095776eedf
|
upgrading package: gcc 3.2 -> 3.2.1
|
23 years ago |
Dr. Ralf S. Engelschall
|
41d208aef9
|
cleanup: remove trailing whitespaces
|
24 years ago |
Dr. Ralf S. Engelschall
|
647108817f
|
upgrading package: gcc 3.1.1 -> 3.2
|
24 years ago |
Dr. Ralf S. Engelschall
|
14276946e2
|
Woohhooo: apply the new package classification system. (CORE, BASE, PLUS, PRIV, EVAL, JUNK). A description of them follows on the website soon.
|
24 years ago |