On Thu, 2008-10-16 at 23:07 +0200, Daniel Gollub wrote: > plain text document attachment > (buildenv-open_posix_testsuite-compiler-optflags.diff) > Instead of overwriting CFLAGS, append custom flags. Don't append debugging > info, > optimizing or warning related compiler flags. This would "overwrite" the user > definied CFLAGS again. > > Signed-off-by: Daniel Gollub <[EMAIL PROTECTED]> > > --- > > Index: ltp-full-20080731/testcases/open_posix_testsuite/Makefile
Onus of Maintaining the Open_posix stuff is now with us. Not an issue. Merged. Regards-- Subrata > =================================================================== > --- ltp-full-20080731.orig/testcases/open_posix_testsuite/Makefile > +++ ltp-full-20080731/testcases/open_posix_testsuite/Makefile > @@ -54,7 +54,7 @@ stress-tests: stress-make stress-run > tests-pretty: > $(MAKE) all | column -t -s: > > -CFLAGS = -g -O2 -Wall -Werror -D_POSIX_C_SOURCE=200112L > +CFLAGS += -D_POSIX_C_SOURCE=200112L > > # add -std=c99, -std=gnu99 if compiler supports it (gcc-2.95.3 does not). > check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null > 2>&1; then echo "$(1)"; else echo "$(2)"; fi) > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
