Thorsten Otto

Results 58 issues of Thorsten Otto

I always wondered why `_GLIBCXX_USE_C99_MATH_TR1` is not defined in our c++config.h. Reason is that the `float_t/double_t` types are not defined when configuring the libstdc++: ``` checking for ISO C99 support...

Something that i recently noticed while grepping through config.log: ``` configure:71667: zoneinfo data directory: none configure:71682: static tzdata.zi file will be compiled into the library ``` I haven't checked yes,...

Hi, i just wanted to summarize some configuration options that i've used in the past when configuring gcc, and explain why they were choosen. There are also some additional tasks...

This is not really an issue, just want to collect some more detailed informations about the patches from my branch at https://github.com/th-otto/m68k-atari-mint-gcc/commits/mint/gcc-13 and i thought that this might a good...

Brain-damaged cmake's find_package macro was always linking to lib/libSDL.a regardless of cpu

A lot of scancodes in SDL1 are > 256. The current code assumed in a lot of places that they are less than 256, causing eg. ctrl-key combination not to...

This might be not strictly needed, but fixes failures in tests/irandom