62 |
if dodebug==0 and hostname=='ess': |
if dodebug==0 and hostname=='ess': |
63 |
from ess_options import * |
from ess_options import * |
64 |
|
|
65 |
|
Export(["cc"]) |
66 |
Export(["cc_flags"]) |
Export(["cc_flags"]) |
67 |
|
|
68 |
# |
# |
72 |
print "Build configuration for module: mmio" |
print "Build configuration for module: mmio" |
73 |
print " dodebug: ", dodebug |
print " dodebug: ", dodebug |
74 |
print " usegcc: ", usegcc |
print " usegcc: ", usegcc |
75 |
|
print " cc: ", cc |
76 |
print " platform: ", platform |
print " platform: ", platform |
77 |
print " hostname: ", hostname |
print " hostname: ", hostname |
78 |
print "############################################" |
print "############################################" |