Browse Source

Changed status messages while building 32 Bit libraries for glibc to be more consistend

karasz/new-early
Christian Wiese 16 years ago
parent
commit
54ecf4b206
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      architecture/x86-64/pkg_glibc_post.conf

+ 3
- 3
architecture/x86-64/pkg_glibc_post.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/x86-64/pkg_glibc_post.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -20,12 +20,12 @@ pkg_glibc32_preconf(){
fi
if [ $buildloop -eq 2 ]; then
echo_status "Building 32 Bit Libraries."
echo_status "Building 32 Bit Libraries (Multilib support enabled)"
# we need -m32 ... - still needed?
var_insert GCC_WRAPPER_INSERT " " "-m32"
arch_target="`echo $arch_target | arch2arch32`"
echo_status "Set arch_target to $arch_target ..."
echo_status "Setting arch_target to $arch_target"
set_confopt
# do not build the programs
hook_add premake 5 "cat > configparms <<-EOT

Loading…
Cancel
Save