On Thu, Apr 22, 2004, Karl Vogel wrote:
> OpenSSL's config selects Compaq's cc flags, but since OpenPKG uses gcc, it
> needs to select the alpha-gcc target.
>
> The file 'config' needs the following change:
>
> - *-*-tru64) OUT="alpha-cc" ;;
> + *-*-tru64) OUT="alpha-gcc" ;;
Now fixed with open
OpenSSL's config selects Compaq's cc flags, but since OpenPKG uses gcc, it
needs to select the alpha-gcc target.
The file 'config' needs the following change:
- *-*-tru64) OUT="alpha-cc" ;;
+ *-*-tru64) OUT="alpha-gcc" ;;
Rgrds,
Karl