Bug#692562: additional configure / gcc configurations
Samuel Casa
samuelcasa9 at gmail.com
Thu Nov 8 11:56:45 UTC 2012
here some additional configure / gcc configurations i have tested:
ok -> does work!
| Compiler full flags................................... :
-I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir)
-I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-O0 -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=vfpv3 -mthumb
-mno-thumb-interwork -mhard-float
ok -> but i dont want thumb!
| Compiler full flags................................... :
-I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir)
-I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -Wall -O0 -mcpu=cortex-a8 -mfloat-abi=hard
-mfpu=vfpv3 -mthumb -mno-thumb-interwork -mhard-float -pipe
-ffast-math
ok -> does work!
| Compiler full flags................................... :
-I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir)
-I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -Wall -O0 -mcpu=cortex-a8 -mfloat-abi=hard
-mfpu=vfpv3 -mhard-float -pipe -ffast-math
fail -> bus error
| Compiler full flags................................... :
-I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir)
-I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -Wall -O3 -mcpu=cortex-a8 -mfloat-abi=hard
-mfpu=vfpv3 -mhard-float -pipe -ffast-math
fail -> bus error
| Compiler full flags................................... :
-I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir)
-I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -Wall -O3 -mcpu=cortex-a8 -mfloat-abi=hard
-mfpu=neon -mhard-float -pipe -ffast-math
fail -> bus error
| Compiler full flags................................... :
-I$(top_srcdir)/config -I$(top_srcdir) -I$(top_srcdir)
-I$(top_srcdir)/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -Wall -O0 -mcpu=cortex-a8 -mfloat-abi=hard
-mfpu=neon -mhard-float -pipe -ffast-math
best
More information about the pkg-multimedia-maintainers
mailing list