diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2004-07-03 22:30:40 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2004-07-03 22:30:40 +0000 |
commit | 5768a36f5902a3423c7297735e5654c7d6301564 (patch) | |
tree | 67a17299f745a86984051d3cae4b3cce7fec731b /profiles/default-x86-obsd-2004 | |
parent | Added -fPIC patch, closes bug #54266. (Manifest recommit) (diff) | |
download | gentoo-2-5768a36f5902a3423c7297735e5654c7d6301564.tar.gz gentoo-2-5768a36f5902a3423c7297735e5654c7d6301564.tar.bz2 gentoo-2-5768a36f5902a3423c7297735e5654c7d6301564.zip |
More x86-obsd fixos
Diffstat (limited to 'profiles/default-x86-obsd-2004')
-rw-r--r-- | profiles/default-x86-obsd-2004/make.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/default-x86-obsd-2004/make.defaults b/profiles/default-x86-obsd-2004/make.defaults index fda474abfe85..41383b340356 100644 --- a/profiles/default-x86-obsd-2004/make.defaults +++ b/profiles/default-x86-obsd-2004/make.defaults @@ -18,6 +18,8 @@ GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurs USE="-*" ARCH="x86" +CHOST="i686-unknown-openbsd3.4" +CFLAGS="-mcpu=i686 -O2 -pipe" COMPILER="gcc" ACCEPT_KEYWORDS="x86-obsd" CC="gcc" |