This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: -fvisibility-inlines-hidden for x86-darwin builds
> So who/how does configure get regenerated?
cd gcc/libstdc++-v3
autoreconf
Then, when you do "svn status" you should see the changes on the
configure file, and a "svn diff" will show you the actual diff.
You'll need the full suite of autotools installed (It looks like
darwin-8.8.1 has them). If you have questions on darwin setup issues,
you should bug Eric or Geoff.
;)
Don't panic, although it can be daunting we'll help you over this hurdle.
>Autoconf is my best guess
> but I'm not clear if that requires something to be checked in (I
> don't see configure.in). I'm also not clear if this body prefers
> that I check in these changes myself (once approved) or if someone
> such as yourself or Paolo would prefer to check in this patch.
You are certainly welcome to check this in yourself. You'll need to get
write-after approval access, if you do not already have it. More
details:
http://gcc.gnu.org/contribute.html
http://gcc.gnu.org/svnwrite.html
I've found this the best document for gcc's use of subversion:
http://gcc.gnu.org/wiki/SvnHelp
As Paolo indicated in another message, you'll need to loose the "libstdc
++-v3" prefix on the files in the ChangeLog entry. Other than that,
you're all cool.
best,
benjamin