reading the web suggests -g -rdynamic is also needed for th elinker

This commit is contained in:
Fish 2008-01-07 13:41:20 +00:00
parent b7878fcaed
commit 9b0091db61
2 changed files with 2 additions and 0 deletions

1
configure vendored
View file

@ -10400,6 +10400,7 @@ case "$system" in
;;
*)
CFLAGS="$CFLAGS -g -rdynamic"
LDFLAGS="$LDFLAGS -g -rdynamic"
;;
esac

View file

@ -53,6 +53,7 @@ case "$system" in
;;
*)
CFLAGS="$CFLAGS -g -rdynamic"
LDFLAGS="$LDFLAGS -g -rdynamic"
;;
esac
AC_DEFINE_UNQUOTED(OS, "${host}", [cpu-machine-OS])