Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] mysql server and stack direction
@ 2011-05-01 12:48 Heiko Zuerker
  2011-05-01 12:57 ` Michael S. Zick
  2011-05-01 17:07 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Zuerker @ 2011-05-01 12:48 UTC (permalink / raw)
  To: buildroot

Hi,

I'm working on the MySQL server package (v5.1 done, v5.5 will be  
next), but one of the issues is that it needs the "stack direction"  
set before the compile.

Does anybody have an idea how this can be configured dynamically? I'd  
really hate to have to make this a config option.

-- 

Regards
   Heiko Zuerker
   http://www.devil-linux.org


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mysql server and stack direction
  2011-05-01 12:48 [Buildroot] mysql server and stack direction Heiko Zuerker
@ 2011-05-01 12:57 ` Michael S. Zick
  2011-05-01 17:07 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Michael S. Zick @ 2011-05-01 12:57 UTC (permalink / raw)
  To: buildroot

On Sun May 1 2011, Heiko Zuerker wrote:
> Hi,
> 
> I'm working on the MySQL server package (v5.1 done, v5.5 will be  
> next), but one of the issues is that it needs the "stack direction"  
> set before the compile.
> 
> Does anybody have an idea how this can be configured dynamically? I'd  
> really hate to have to make this a config option.
> 

hardcode it to down.
or
if hp-parisc then up.
But B.R. doesn't do hp-parisc, so just hardcoding it should do the job.

Note:
There might be other machines that have a stack direction of up,
but I can't think of what they might be.

Mike

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mysql server and stack direction
  2011-05-01 12:48 [Buildroot] mysql server and stack direction Heiko Zuerker
  2011-05-01 12:57 ` Michael S. Zick
@ 2011-05-01 17:07 ` Peter Korsgaard
  2011-05-01 17:23   ` Heiko Zuerker
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2011-05-01 17:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Heiko" == Heiko Zuerker <heiko@zuerker.org> writes:

 Heiko> Hi,
 Heiko> I'm working on the MySQL server package (v5.1 done, v5.5 will be
 Heiko> next), but one of the issues is that it needs the "stack direction"
 Heiko> set before the compile.

Out of interest, why two versions?

 Heiko> Does anybody have an idea how this can be configured dynamically? I'd
 Heiko> really hate to have to make this a config option.

Almost everything (perhaps all archs supported by BR?) have stacks
growing down, so I think hardcoding it in the .mk seems the
easiest/best.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mysql server and stack direction
  2011-05-01 17:07 ` Peter Korsgaard
@ 2011-05-01 17:23   ` Heiko Zuerker
  2011-05-02  1:11     ` Heiko Zuerker
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Zuerker @ 2011-05-01 17:23 UTC (permalink / raw)
  To: buildroot

Hey,

Quoting Peter Korsgaard <jacmet@uclibc.org>:
>>>>>> "Heiko" == Heiko Zuerker <heiko@zuerker.org> writes:
>
>  Heiko> Hi,
>  Heiko> I'm working on the MySQL server package (v5.1 done, v5.5 will be
>  Heiko> next), but one of the issues is that it needs the "stack direction"
>  Heiko> set before the compile.
>
> Out of interest, why two versions?

Mostly because of worries on how well the new version is supported by  
other apps. By adding 5.5 as optional, we could get the kinks out first.
If you don't like that idea, we can simply stick with 5.1 for now and  
I'll submit the patches.

>  Heiko> Does anybody have an idea how this can be configured dynamically? I'd
>  Heiko> really hate to have to make this a config option.
>
> Almost everything (perhaps all archs supported by BR?) have stacks
> growing down, so I think hardcoding it in the .mk seems the
> easiest/best.

I like easy.

-- 

Regards
   Heiko Zuerker
   http://www.devil-linux.org


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mysql server and stack direction
  2011-05-01 17:23   ` Heiko Zuerker
@ 2011-05-02  1:11     ` Heiko Zuerker
  0 siblings, 0 replies; 5+ messages in thread
From: Heiko Zuerker @ 2011-05-02  1:11 UTC (permalink / raw)
  To: buildroot

Quoting Heiko Zuerker <heiko@zuerker.org>:
> Hey,
>
> Quoting Peter Korsgaard <jacmet@uclibc.org>:
>>>>>>> "Heiko" == Heiko Zuerker <heiko@zuerker.org> writes:
>>
>> Heiko> Hi,
>> Heiko> I'm working on the MySQL server package (v5.1 done, v5.5 will be
>> Heiko> next), but one of the issues is that it needs the "stack direction"
>> Heiko> set before the compile.

I submitted the current version of the patch, since I'm not sure when  
I'll be able to continue the work.
MySQL 5.1.x works fine for me (client + server), but 5.5 probably  
needs some more experienced folks in the area of cross-compiling.

-- 

Regards
   Heiko Zuerker
   http://www.devil-linux.org


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-02  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-01 12:48 [Buildroot] mysql server and stack direction Heiko Zuerker
2011-05-01 12:57 ` Michael S. Zick
2011-05-01 17:07 ` Peter Korsgaard
2011-05-01 17:23   ` Heiko Zuerker
2011-05-02  1:11     ` Heiko Zuerker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox