(Created page with "=== Date and Time === Friday 2010-10-22 @8.00 - 9.00 UTC === Agenda === * Pointers to mail discussion * How to ensure optimized toolchain for x86 and ARM? * Toolchain in SDK and…") |
|||
| Line 54: | Line 54: | ||
Optflags: armv7l %{__global_cflags} -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ | Optflags: armv7l %{__global_cflags} -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ | ||
| - | + | ||
| + | |||
| + | === Toolchain in SDK and OBS === | ||
| + | Current Roles: | ||
| + | * x86: Austin Zhang (Toolchain/OBS) | ||
| + | * x86: Jackie Wu (Toolchain/SDK) | ||
| + | * ARM: Al Nicolov (ARM Toolchain SDK+OBS) | ||
| + | * ARM cross-compiler<->OBS integration: Jan-Simon Möller | ||
| + | |||
| + | |||
| + | Ideally OBS + SDK would have same maintainer(-group) | ||
| + | +---------------------------------------------------------------------------------+ | ||
| + | + | ARM | x86 + | ||
| + | +---------------------------------------------------------------------------------+ | ||
| + | + SDK | Al Nicolov | Jackie + | ||
| + | +---------------------------------------------------------------------------------+ | ||
| + | + OBS | Al + Jan-Simon | Austin + | ||
| + | +---------------------------------------------------------------------------------+ | ||
| + | Agreed/AI: Common benchmarking rule / test package. | ||
Contents |
Friday 2010-10-22 @8.00 - 9.00 UTC
Comments from the audience:
Austin:
Jan-Simon:
[1] http://wiki.meego.com/SDK/Toolchains#MeeGo_Toolchain_Change_Process
Jan-Simon: hardfloat target for MeeGo 1.2
%define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
Optflags: i586 %{__global_cflags} -m32 -march=core2 -mssse3 -mtune=atom -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer Optflags: i686 %{__global_cflags} -m32 -march=core2 -mssse3 -mtune=atom -mfpmath=sse -fasynchronous-unwind-tables -fno-omit-frame-pointer
Optflags: armv5tel %{__global_cflags} -fmessage-length=0 -march=armv5te -mlittle-endian Optflags: armv6l %{__global_cflags} -fmessage-length=0 -march=armv6 -mlittle-endian -mfpu=vfp -mfloat-abi=softfp -D__SOFTFP__ Optflags: armv7l %{__global_cflags} -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__
Current Roles:
Ideally OBS + SDK would have same maintainer(-group)
+---------------------------------------------------------------------------------+
+ | ARM | x86 +
+---------------------------------------------------------------------------------+
+ SDK | Al Nicolov | Jackie +
+---------------------------------------------------------------------------------+
+ OBS | Al + Jan-Simon | Austin +
+---------------------------------------------------------------------------------+
Agreed/AI: Common benchmarking rule / test package.