gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] mac os x port questions


From: Camm Maguire
Subject: Re: [Gcl-devel] mac os x port questions
Date: 19 Feb 2004 22:09:34 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Thanks Aurelien!  Should we be doing this before you get your bfd
patches into the local tree?

take care,

Aurelien Chanudet <address@hidden> writes:

> Below is a patch to set defaults for Mac OS X.
> Aurelien
> 
> ---
> 
> Index: configure.in
> ===================================================================
> RCS file: /cvsroot/gcl/gcl/configure.in,v
> retrieving revision 1.139
> diff -u -r1.139 configure.in
> --- configure.in        16 Jan 2004 16:56:54 -0000      1.139
> +++ configure.in        19 Feb 2004 00:04:54 -0000
> @@ -122,6 +122,9 @@
>        powerpc*linux*)
>          use=powerpc-linux;;
> 
> +     powerpc-*-darwin*)
> +       use=powerpc-macosx;;
> +
>        alpha-dec-osf)
>        use=alpha-osf1;;
> 
> @@ -246,6 +249,7 @@
>   def_dlopen="no"
>   def_statsysbfd="yes"
>   def_custreloc="no"
> +def_locbfd="no"
>   def_pic="no";
>   def_static="no";
>   case $use in
> @@ -265,6 +269,8 @@
>          esac;;
>       *mingw*)
>          def_statsysbfd="no" ; def_custreloc="yes" ;;
> +    powerpc-macosx)
> +    def_statsysbfd="no" ; def_locbfd="yes" ;;
>   esac
> 
>   AC_ARG_ENABLE(dlopen,
> @@ -278,7 +284,7 @@
>          ,,enable_dynsysbfd="no")
>   AC_ARG_ENABLE(locbfd,
>          [ --enable-locbfd uses a static bfd library built from this
> source tree for loading and relocationing object files ]
> -       ,,enable_locbfd="no")
> +       ,,enable_locbfd="$def_locbfd")
>   AC_ARG_ENABLE(custreloc,
>          [ --enable-custreloc uses custom gcl code if available for
> loading  and relocationing object files ]
>          ,,enable_custreloc="$def_custreloc")
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]