Norck Churis (0x90c03166)
-
Extended to match #octave floatingpoint numbers: sed -re 's/\b([-+]?[0-9]*[\.,]?0?)([0-9]+?[^0])?0+\b/\1\2/g'
-
Strip trailing zeros with floating point numbers: sed -re 's/([-+]?[0-9]*\.?[0-9]+[^0])0*/\1/'
-
Summed up the next part of my #netbsd #crosscompile on my blog: http://0x90c03166.wordpress.com/
-
@blinkkin Funny you mention it, i am actually just writing an article about the whole crosscompilation results, stay tuned!
-
scp build@cfarm:/usr/obj/sys/arch/i386/compile/P233DOOM/netbsd /netbsd - new kernel size: 3.1MB, generic kernel: 11MB. My 32MB RAM is happy!
-
man 4 options, dmesg | grep, g/feature\?/s/.*/#&/ - configuring my kernel
Friday, 27-Aug-10 18:14:22 UTC from web -
@blinkkin Sad thing is my system only consists of the base system. Gathering more information about compilers and bugs w. optimisation now.
-
@blinkkin Well this is quite deflating, i will deliberate my plans. I appreciate your answer!
-
@blinkkin Works like a charm, thanks :) But i wonder is it usefull to put the same flags as well into HOST_CPPFLAGS and HOST_CC?
-
getmakevar(), setmakeenv() and main() are my first guesses where to find to some optimisation flags or variables.
-
grep -E "^[a-z_]*\(\)" <./build.sh | less -N to get a functionlisting of #build.sh - 37k too much to read everything
Tuesday, 24-Aug-10 18:52:58 UTC from web -
To display a file with line numbers: #less -N
Tuesday, 24-Aug-10 18:46:12 UTC from web -
When using #less to view a file press m followed by a letter to mark the position, ' (quote) followed by a letter to jump to the mark.
Tuesday, 24-Aug-10 18:42:48 UTC from web -
Because i was not able to find some documentation about optimisation while #crosscompiling with #build.sh i will dig into it now. !netbsd
Tuesday, 24-Aug-10 18:33:49 UTC from web -
As soon as i get some spare time i have to check out #maelstrom http://ur1.ca/17i16 and #oes http://icculus.org/oes/
Sunday, 22-Aug-10 20:06:02 UTC from web -
Tuesday, 17-Aug-10 07:57:58 UTC from web
-
TODO: Write a #sh (not #bash) script based on http://ur1.ca/15u0t and http://ur1.ca/15u0u for identica with OpenID login
Tuesday, 17-Aug-10 07:47:33 UTC from web -
Are COPTS and CPUFLAGS in /etc/mk.conf recognised when #crosscompiling via #build.sh ? !netbsd