summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-12 02:29:35 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-12 02:29:35 +0000
commit25c1dd5cbb2e4d7211e8bb72a6761b20bbc1006c (patch)
treeb6f471c54db36d603ea33c7df1fb2db72d8f7ba8
parentb9dbb25306887f4e45ee9a75cf0416426e2ad35f (diff)
Add more information of build environment and flags.
-rw-r--r--glibcbug.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/glibcbug.in b/glibcbug.in
index 69496b6e1a..8183d195df 100644
--- a/glibcbug.in
+++ b/glibcbug.in
@@ -9,6 +9,12 @@ VERSION="@VERSION@"
BUGGLIBC="bugs@gnu.org"
ADDONS="@subdirs@"
HOST="@host@"
+CC='@CC@'
+CFLAGS="@CFLAGS@"
+BUILD_SHARED="@shared@"
+BUILD_PROFILE="@profile@"
+BUILD_OMITFP="@omitfp@"
+STDIO="@stdio@"
PATH=/bin:/usr/bin:/usr/local/bin:$PATH
export PATH
@@ -125,6 +131,12 @@ ${ORGANIZATION- $ORGANIZATION_C}
`[ -n "$ARCH" ] && echo Architecture: $ARCH`
`[ -n "$MACHINE" ] && echo Machine: $MACHINE`
`[ -n "$ADDONS" ] && echo Addons: $ADDONS`
+`[ -n "$CFLAGS" ] && echo Build CFLAGS: $CFLAGS`
+`[ -n "$CC" ] && echo Build CC: $CC`
+`[ -n "$BUILD_SHARED" ] && echo Build shared: $BUILD_SHARED`
+`[ -n "$BUILD_PROFILE" ] && echo Build profile: $BUILD_PROFILE`
+`[ -n "$BUILD_OMITFP" ] && echo Build omitfp: $BUILD_OMITFP`
+`[ -n "$STDIO" ] && echo Stdio: $STDIO`
>Description:
$DESCRIPTION_C