summaryrefslogtreecommitdiff
blob: 0fe2a81466f56d540b5f4d6aebfb399d9650f965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# ChangeLog for sys-devel/gcc-config
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.21 2003/02/12 09:14:43 vapier Exp $

  09 Feb 2003; Guy Martin <gmsoft@gentoo.org> gcc-config-1.2.7.ebuild :
  
  Added hppa keyword to gcc-config-1.2.7.ebuild and ~hppa keyword on
  latests versions up to gcc-config-1.3.1.ebuild.

  19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> wrapper.c :

  Fix to check if '/gcc-bin/' in full name of called gcc, once again thanks
  to feedback from Eric Andresen <ndiin1@cox.net>.

*gcc-config-1.3.1 (19 Jan 2003)

  19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.1.ebuild :

  Use the 'which' command to find commands if present to give a bit of a
  speedup.  Display a warning about sourcing /etc/profile if you change the
  default profile to stop confusion.

  Fix a segfault in wrapper.c if $PATH is not set.  Many thanks to
  Eric Andresen <ndiin1@cox.net> for reporting this.

*gcc-config-1.3.0 (16 Jan 2003)

  16 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.0.ebuild :

  Set argv[0] to the correct binary, else gcc do not find internal
  headers, etc (bug #8132).  Fixed files/wrapper.c for this.

*gcc-config-1.2.9 (15 Jan 2003)

  15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.9.ebuild :

  Fix wrapper calling cc-config.

*gcc-config-1.2.8 (15 Jan 2003)

  15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.8.ebuild :

  Add C wrapper to call the real binaries.

  02 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild :

  Update usage screen to be more compact.  Also should be more consistant
  with other unix tools.  Bug #13005.

*gcc-config-1.2.7 (25 Dec 2002)

  06 Jan 2003; Jan Seidel <tuxus@gentoo.org> gcc-config-1.2.7.ebuild :
  Added mips to keywords.

  25 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild :

  Add colorgcc support, partly a fix for bug #12689.

*gcc-config-1.2.6 (23 Dec 2002)

  24 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.6.ebuild :

  In some cases we have an old /usr/bin/cpp binary that was not unmerged from
  non multi arch/version scheme gcc's.  If so, backup it, and replace with a
  wrapper script.

*gcc-config-1.2.5 (23 Dec 2002)

  23 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.5.ebuild :

  Add --print-environ switch.  Add /usr/bin/cpp wrapper.  Fix the wrapper
  to setup PATH if it cannot find cpp, or if 'which cpp' give /usr/bin/cpp.

  17 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.4 :

  Do not add a LDPATH if the directory do not exist.

*gcc-config-1.2.4 (16 Dec 2002)

  16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :

  More fixes for wrappers.

*gcc-config-1.2.3 (16 Dec 2002)

  16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :

  Regenerate /lib/cpp and /usr/bin/cc if they do not exist, or
  are symlinks ..  Run gcc-config in pkg_postinst().

*gcc-config-1.2.2 (16 Dec 2002)

  16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :

  Update to handle wrappers used for /lib/cpp and /usr/bin/cc in
  new gcc ebuilds.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*gcc-config-1.2.1 (27 Nov 2002)

  27 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :

  Update to only biatch about not being root if the user
  tries to change the system profile, thanks rphillips!

*gcc-config-1.2 (10 Nov 2002)

  10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :

  Include all LDPATH's for this CHOST in /etc/ld.so.conf.
  Add --use-portage-chost option so that it will only change
  gcc profile if CHOST is same as that of make.conf.

*gcc-config-1.1 (10 Nov 2002)

  10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :

  New version with lots of options, and help.

*gcc-config-1.0 (28 Oct 2002)

  28 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :

  Initial version.