diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-04 17:59:46 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-04 17:59:46 +0000 |
commit | 2faeb82daf7f74b0dda868adc7e4c43640e79982 (patch) | |
tree | de7da8eef7f0a7a0191a68cb890dab824118c0ec /conf/distro/include/angstrom-glibc.inc | |
parent | b37c94e0cdaf4c7a7e908113d89041df01ab029f (diff) |
divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OE
* bugs.openembedded.org has frequent DNS issues, .net is better maintained
both should usually point to the same server and bugzilla installation
Diffstat (limited to 'conf/distro/include/angstrom-glibc.inc')
-rw-r--r-- | conf/distro/include/angstrom-glibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc index c780056f9e..fd79eff276 100644 --- a/conf/distro/include/angstrom-glibc.inc +++ b/conf/distro/include/angstrom-glibc.inc @@ -19,7 +19,7 @@ TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm' #mess with compiler flags to use -Os instead of -O2 #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info -# perl has some problems, see http://bugs.openembedded.org/show_bug.cgi?id=1616 +# perl has some problems, see http://bugs.openembedded.net/show_bug.cgi?id=1616 # [23:00] oxo: glibc (any version) on sparc does not like (repeat me) "-Os" FULL_OPTIMIZATION = "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -Os" |