ibotlog2html for #crosstool-ng

<< Previous 2011-05-29 Next >>

# 09:48:55 Buglouse quits : Quit: Love IRC
# 12:47:17 jacques_ joins #crosstool-ng
# 12:48:35 jacques quits : Ping timeout: 240 seconds
# 16:41:18 y_morin joins #crosstool-ng
# 17:13:33 y_morin fauno: ping?
# 17:15:46 fauno y_morin: pong
# 17:16:27 y_morin fauno: I'm back from my WE trip, and just saw your patch: you have mail! ;-)
# 17:17:18 fauno checks
# 17:17:29 fauno how was your trip?
# 17:18:03 y_morin fauno: a 4h drive, a dinner, a night a lunch, and a 4h drive again.
# 17:18:06 y_morin yawns...
# 17:18:28 fauno he. seems vim added those end of lines by itself
# 17:18:32 fauno i'll check my config
# 17:18:48 y_morin Visiting my familly-in-law, which I barely knows. Nice chaps, though...
# 17:19:10 y_morin faunO: don't worry about trailing spaces, what you have to provide is the SoB line.
# 17:19:18 y_morin (Woops...)
# 17:19:24 y_morin BRB...
# 17:24:29 y_morin fauno: indeed, the glibc and eglibc extracts can be merged. Yeah! Some fewer duplication! \o/
# 17:25:06 fauno cool
# 17:25:16 fauno btw, i'm using the cross toolchain right now
# 17:25:39 y_morin fauno: is it working OK?
# 17:26:32 fauno yes it is :D
# 17:26:58 fauno i'm using it as a distcc daemon
# 17:28:13 y_morin fauno: Nice! :-)
# 17:38:32 y_morin is now known as: y_morin|away
# 17:41:23 jacques_ is now known as: jacques
# 17:46:05 y_morin|away is now known as: y_morin
# 17:56:54 fauno y_morin: i'm guessing the sob line i have to add it manually?
# 17:57:23 y_morin fauno: yes. Simply reply to your patch mail with your sob line added.
# 17:58:19 fauno if only i had the original mail :P
# 17:59:21 y_morin fauno: you're not subscribed to the list?
# 17:59:45 fauno nope :$
# 18:00:38 y_morin fauno: Then edit your patch commit log, and re-send.
# 18:00:50 fauno okay
# 18:00:54 y_morin fauno: you should subscribe, the list is very low volume.
# 18:01:14 y_morin fauno: also, I usually CC myself on patchbombs, so I do get the original mail as well.
# 18:06:24 esbenh quits : *.net *.split
# 18:23:13 fauno y_morin: sent. i hope it's ok now
# 18:35:16 y_morin fauno: yep, got it. But normally, the SoB lines goes into the patch, not the intro message.
# 18:35:31 y_morin fauno: that's OK for this one, as there's only one patch.
# 18:36:34 fauno sorry :P
# 18:40:23 y_morin fauno: no problem! :-)
# 19:19:31 Buglouse joins #crosstool-ng
# 20:51:34 olistudent joins #crosstool-ng
# 20:52:27 olistudent Hi.
# 20:53:24 olistudent y_morin: Better here? :-)
# 20:54:11 y_morin olistudent: hey! Yes, no reason to pollute the #uclibc channel with crosstool-NG-only stuff.
# 20:54:18 y_morin olistudent: I've seen your mail.
# 20:54:34 olistudent Perhaps it's related to buildroot too!?
# 20:54:37 y_morin olistudent: I'll be avail in a few minutes...
# 20:54:56 olistudent I will wait...
# 20:54:57 y_morin olistudent: but your original mail was only on the crossgcc ML, right?
# 20:55:28 olistudent Yes. I'm not using crosstool. But I searched how it is done there.
# 20:59:18 olistudent Isn't crossgcc the mailinglist for ct-ng too? Many posts are related.
# 21:05:37 y_morin olistudent: OK, I'm back.
# 21:05:53 y_morin olistudent: sorry, I thought that your issue was specific to crostool-NG.
# 21:09:22 y_morin olistudent: I don't really know what's going on. That looks like some gcc internal black magic.
# 21:09:55 y_morin olistudent: --with-march=... and --with-float=... tells gcc what values to use by default when building for the target.
# 21:11:48 y_morin olistudent: --enable-target-optspace tells gcc to build its target libraries (eg. libgcc) with -Os instead of the default (-O2 I guess).
# 21:12:25 y_morin olistudent: what gcc does with target-optspace is up to itself. Mayb that indeed screws up the build.
# 21:12:38 y_morin olistudent: did you have a look at the gcc bugzilla?
# 21:23:01 olistudent Yes, but I didn't find anything.
# 21:23:19 y_morin olistudent: indeed, I was looking, and its quite a mess... :-/
# 21:23:52 olistudent I searched crosstool-ng and saw this target optspace option and the CFLAGS_FOR_TARGET var.
# 21:24:07 y_morin olistudent: Look at ./configure, line 5761 (gcc-4.4.3), there's the explanationof what is done on enable-target-optspace
# 21:24:59 y_morin olistudent: yes, we do pass the CFLAGS for the target.
# 21:25:11 y_morin at ./configure time.
# 21:26:22 olistudent Who is responsible for this config/mt-ospace file? Where can I ask if this is the desired behaviour?
# 21:26:43 y_morin olistudent: you have to ask the gcc folks.
# 21:26:44 olistudent Opening a ticket isn't the right way I think.
# 21:27:07 y_morin I don't think so, maybe on the gcc user list.
# 21:27:13 y_morin (whatever that is!)
# 21:27:26 olistudent I thought this is crossgcc mailinglist. Perhaps I'm wrong.
# 21:27:42 y_morin olistudent: yes, it was a correct place.
# 21:28:41 y_morin olistudent: but if nobody there knows the answer, nobody's gona post.
# 21:28:52 olistudent Okay. Perhaps I will try gcc-help list...
# 21:29:08 y_morin olistudent: probably a better bet, yes...
# 21:29:32 olistudent Thank you for your time so far.
# 21:29:41 y_morin Cheers! :-)
# 21:30:13 y_morin olistudent: if you have time to test crosstool-NG, and it works or fails, please report, so we do know.
# 22:27:18 y_morin quits : Quit: Nite All, see ya!
# 22:32:31 infobot quits : Ping timeout: 252 seconds
# 22:36:16 infobot joins #crosstool-ng
# 23:22:44 Buglouse quits : Quit: Love IRC
# 23:22:55 Buglouse joins #crosstool-ng
# 23:26:07 Buglouse quits : Client Quit
# 23:26:18 Buglouse joins #crosstool-ng
# 23:44:18 Buglouse quits : Max SendQ exceeded
# 23:45:16 Buglouse joins #crosstool-ng
# 23:45:40 Buglouse test
# 23:46:00 Buglouse test
# 23:46:39 Buglouse quits : Client Quit
# 23:50:06 Buglouse joins #crosstool-ng

Generated by ibotlog2html by Yann E. MORIN