Commit 6c84c668 by Roger Sayle Committed by Roger Sayle

configure.host: Only use +ESdbgasm when using the HPUX native compiler on PA-Risc.


	* configure.host: Only use +ESdbgasm when using the HPUX native
	compiler on PA-Risc.  It isn't recognized by GCC and is silently
	ignored by HP's compilers on ia64.

From-SVN: r69788
parent 8460025b
2003-07-25 Roger Sayle <roger@eyesopen.com>
* configure.host: Only use +ESdbgasm when using the HPUX native
compiler on PA-Risc. It isn't recognized by GCC and is silently
ignored by HP's compilers on ia64.
2003-04-28 Mohan Embar <gnustuff@thisiscool.com> 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
* configure.in: define GC_DLL under mingw if --enable-shared * configure.in: define GC_DLL under mingw if --enable-shared
......
...@@ -24,8 +24,10 @@ case "$host" in ...@@ -24,8 +24,10 @@ case "$host" in
*-*-linux* ) *-*-linux* )
gc_cflags=-fexceptions gc_cflags=-fexceptions
;; ;;
*-*-hpux* ) hppa*-*-hpux* )
gc_cflags=+ESdbgasm if test $GCC != "yes" ; then
gc_cflags=+ESdbgasm
fi
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment