diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-09-14 17:43:27 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-09-14 17:43:27 +0000 |
commit | 683829492fd97d33f960306cd2771a33c0bb0f02 (patch) | |
tree | 3a267afea2e3a301564fd37a6cc1d79b6d4819e3 /profiles | |
parent | New upstream version (diff) | |
download | gentoo-2-683829492fd97d33f960306cd2771a33c0bb0f02.tar.gz gentoo-2-683829492fd97d33f960306cd2771a33c0bb0f02.tar.bz2 gentoo-2-683829492fd97d33f960306cd2771a33c0bb0f02.zip |
Static linking on OSX will usually not work, hence I mask the static USE
flag. See GCC manpage (-static) for details.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.3/use.mask | 3 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/use.mask | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/use.mask b/profiles/default-darwin/macos/10.3/use.mask index e48ae1e046ed..96d86b2755e3 100644 --- a/profiles/default-darwin/macos/10.3/use.mask +++ b/profiles/default-darwin/macos/10.3/use.mask @@ -20,3 +20,6 @@ imlib # wxwindows needs wxGTK which in turn needs gtk+ wxwindows + +# see GCC man-page (-static): "This option will not work on Mac OS X..." +static diff --git a/profiles/default-darwin/macos/10.4/use.mask b/profiles/default-darwin/macos/10.4/use.mask index e96a46556e04..d1643956cd41 100644 --- a/profiles/default-darwin/macos/10.4/use.mask +++ b/profiles/default-darwin/macos/10.4/use.mask @@ -21,3 +21,6 @@ imlib # wxwindows needs wxGTK which in turn needs gtk+ wxwindows + +# see GCC man-page (-static): "This option will not work on Mac OS X..." +static |