author | Ginn Chen <ginn.chen@sun.com> |
Fri, 06 Aug 2010 15:04:09 +0800 | |
changeset 49018 | 26ee1b556bd9ddecf83fef25b6f2defdfba73bf7 |
parent 49017 | 06b1b2e4ed451133b3323e6c3369e851a239c369 |
child 49019 | b99eafbd36447758d91af71c0492ab984fda58f3 |
child 50251 | 54bd9e7590cc89599295a04f4d60c5a56c71dd14 |
push id | 14888 |
push user | ginn.chen@sun.com |
push date | Fri, 06 Aug 2010 07:09:10 +0000 |
treeherder | autoland@26ee1b556bd9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bsmedberg, NPOTB |
bugs | 580590 |
milestone | 2.0b4pre |
first release with | nightly linux32
26ee1b556bd9
/
4.0b4pre
/
20100806031556
/
files
nightly linux64
26ee1b556bd9
/
4.0b4pre
/
20100806031225
/
files
nightly mac
26ee1b556bd9
/
4.0b4pre
/
20100806030712
/
files
nightly win32
26ee1b556bd9
/
4.0b4pre
/
20100806040149
/
files
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
4.0b4pre
/
20100806031556
/
pushlog to previous
nightly linux64
4.0b4pre
/
20100806031225
/
pushlog to previous
nightly mac
4.0b4pre
/
20100806030712
/
pushlog to previous
nightly win32
4.0b4pre
/
20100806040149
/
pushlog to previous
|
configure.in | file | annotate | diff | comparison | revisions | |
js/src/configure.in | file | annotate | diff | comparison | revisions |
--- a/configure.in +++ b/configure.in @@ -2708,17 +2708,17 @@ alpha*-*-osf*) # $ORIGIN/.. is for shared libraries under components/ to locate shared # libraries one level up (e.g. libnspr4.so) if test "$SOLARIS_SUNPRO_CC"; then LDFLAGS="$LDFLAGS -z ignore -R '\$\$ORIGIN:\$\$ORIGIN/..' -z lazyload -z combreloc -z muldefs" LIBS="-lCrun -lCstd -lc $LIBS" NS_USE_NATIVE=1 AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES) CFLAGS="$CFLAGS -xlibmieee -xstrconst -xbuiltin=%all -D__FUNCTION__=__func__" - CXXFLAGS="$CXXFLAGS -xlibmieee -xbuiltin=%all -features=tmplife,tmplrefstatic,extensions -norunpath -D__FUNCTION__=__func__" + CXXFLAGS="$CXXFLAGS -xlibmieee -xbuiltin=%all -features=tmplife,tmplrefstatic,extensions -norunpath -D__FUNCTION__=__func__ -template=no%extdef" _MOZ_EXCEPTIONS_FLAGS_ON='-features=except' _MOZ_EXCEPTIONS_FLAGS_OFF='-features=no%except' LDFLAGS="-xildoff $LDFLAGS" if test -z "$CROSS_COMPILE" -a -f /usr/lib/ld/map.noexstk; then _SAVE_LDFLAGS=$LDFLAGS LDFLAGS="-M /usr/lib/ld/map.noexstk $LDFLAGS" AC_TRY_LINK([#include <stdio.h>], [printf("Hello World\n");],
--- a/js/src/configure.in +++ b/js/src/configure.in @@ -2397,17 +2397,17 @@ alpha*-*-osf*) # $ORIGIN/.. is for shared libraries under components/ to locate shared # libraries one level up (e.g. libnspr4.so) if test "$SOLARIS_SUNPRO_CC"; then LDFLAGS="$LDFLAGS -z ignore -R '\$\$ORIGIN:\$\$ORIGIN/..' -z lazyload -z combreloc -z muldefs" LIBS="-lCrun -lCstd -lc $LIBS" NS_USE_NATIVE=1 AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES) CFLAGS="$CFLAGS -xlibmieee -xstrconst -xbuiltin=%all -D__FUNCTION__=__func__" - CXXFLAGS="$CXXFLAGS -xlibmieee -xbuiltin=%all -features=tmplife,tmplrefstatic,extensions -norunpath -D__FUNCTION__=__func__" + CXXFLAGS="$CXXFLAGS -xlibmieee -xbuiltin=%all -features=tmplife,tmplrefstatic,extensions -norunpath -D__FUNCTION__=__func__ -template=no%extdef" _MOZ_EXCEPTIONS_FLAGS_ON='-features=except' _MOZ_EXCEPTIONS_FLAGS_OFF='-features=no%except' LDFLAGS="-xildoff $LDFLAGS" if test -z "$CROSS_COMPILE" -a -f /usr/lib/ld/map.noexstk; then _SAVE_LDFLAGS=$LDFLAGS LDFLAGS="-M /usr/lib/ld/map.noexstk $LDFLAGS" AC_TRY_LINK([#include <stdio.h>], [printf("Hello World\n");],