summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/oldsemaphore.c
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-12-18 08:16:32 +0000
committerKhem Raj <kraj@mvista.com>2008-12-18 08:16:32 +0000
commit2960c7d383a900f80bccdf36e69bc16d1161ced7 (patch)
tree63edac9cbb6672ef25aa3372bb7785eba62eaf65 /libpthread/linuxthreads.old/oldsemaphore.c
parentdf9e018c63ded151da9a7d877f47774335c94a38 (diff)
downloaduClibc-alpine-2960c7d383a900f80bccdf36e69bc16d1161ced7.tar.bz2
uClibc-alpine-2960c7d383a900f80bccdf36e69bc16d1161ced7.tar.xz
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Use -O2 for optlevel. -Os doesnt go well with arm and gcc 4.3.x because -Os enables -fearly-inlining as a result some of libgcc functions which call _div0 get emitted. div0 needs raise () and it comes from libc so a catch 22. We avoid this by avoiding division functions as much as we can. So either we can use -Os -fno-early-inlining or use other opt level like O1 or O2. I chose O2.
Diffstat (limited to 'libpthread/linuxthreads.old/oldsemaphore.c')
0 files changed, 0 insertions, 0 deletions