Navigation Menu

Skip to content

Commit

Permalink
#9 OS-1588 breaks the build.
Browse files Browse the repository at this point in the history
OS-1901 lgrpinfo incorrectly shows DRAM information
  • Loading branch information
Keith M Wesolowski committed Mar 24, 2013
1 parent c1e8923 commit 7cfe094
Show file tree
Hide file tree
Showing 5 changed files with 1,467 additions and 82 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -72,7 +72,8 @@ STRAP_SUBDIRS = \
libxml \
libz \
nss-nspr \
openssl1x
openssl1x \
perl

NAME = illumos-extra

Expand Down
32 changes: 16 additions & 16 deletions perl/Config_heavy.pl → perl/Config_heavy.pl.in
Expand Up @@ -164,7 +164,7 @@ sub myconfig {
binexp='/usr/perl5/5.12/bin'
bison='bison'
byacc='byacc'
byteorder='1234'
byteorder='12345678'
c='\c'
castflags='0'
cat='cat'
Expand Down Expand Up @@ -479,7 +479,7 @@ sub myconfig {
d_pipe='define'
d_poll='define'
d_portable='define'
d_printf_format_null='define'
d_printf_format_null='undef'
d_procselfexe='undef'
d_pseudofork='undef'
d_pthread_atfork='define'
Expand Down Expand Up @@ -696,9 +696,9 @@ sub myconfig {
fpostype='fpos_t'
freetype='void'
from=':'
full_ar='/usr/bin/ar'
full_ar='/usr/xpg4/bin/ar'
full_csh='/usr/bin/csh'
full_sed='/usr/bin/sed'
full_sed='/usr/xpg4/bin/sed'
gccansipedantic=''
gccosandvers=''
gccversion='4.4.4'
Expand Down Expand Up @@ -873,9 +873,9 @@ sub myconfig {
installvendorscript=''
intsize='4'
issymlink='test -h'
ivdformat='"ld"'
ivsize='4'
ivtype='long'
ivdformat='"lld"'
ivsize='8'
ivtype='long long'
known_extensions='attributes B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper DB_File Devel/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 mro NDBM_File ODBM_File Opcode PerlIO/encoding PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex threads threads/shared Time/HiRes Time/Piece Unicode/Normalize VMS/DCLsym VMS/Stdio Win32 Win32API/File Win32CORE XS/APItest XS/APItest/KeywordRPN XS/Typemap '
ksh=''
ld='gcc'
Expand All @@ -899,7 +899,7 @@ sub myconfig {
lint=''
lkflags=''
ln='ln'
lns='/usr/bin/ln -s'
lns='/usr/xpg4/bin/ln -s'
localtime_r_proto='0'
locincpth='/usr/gnu/include'
loclibpth='/usr/gnu/lib /opt/gnu/lib'
Expand Down Expand Up @@ -955,7 +955,7 @@ sub myconfig {
nvFUformat='"F"'
nvGUformat='"G"'
nv_overflows_integers_at='256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0'
nv_preserves_uv_bits='32'
nv_preserves_uv_bits='53'
nveformat='"e"'
nvfformat='"f"'
nvgformat='"g"'
Expand Down Expand Up @@ -1136,7 +1136,7 @@ sub myconfig {
uquadtype='unsigned long long'
use5005threads='undef'
use64bitall='undef'
use64bitint='undef'
use64bitint='define'
usecrosscompile='undef'
usedevel='undef'
usedl='define'
Expand Down Expand Up @@ -1164,12 +1164,12 @@ sub myconfig {
usevfork='false'
usrinc='/usr/include'
uuname=''
uvXUformat='"lX"'
uvoformat='"lo"'
uvsize='4'
uvtype='unsigned long'
uvuformat='"lu"'
uvxformat='"lx"'
uvXUformat='"llX"'
uvoformat='"llo"'
uvsize='8'
uvtype='unsigned long long'
uvuformat='"llu"'
uvxformat='"llx"'
vaproto='define'
vendorarch=''
vendorarchexp=''
Expand Down

0 comments on commit 7cfe094

Please sign in to comment.