avadhpatel / marss

PTLsim and QEMU based Computer Architecture Research Simulator
http://www.marss86.org
128 stars 63 forks source link

SConstruct: remove bogus assumptions #37

Closed grimreaper closed 6 years ago

grimreaper commented 10 years ago

Don't presume that 'gcc' exists on the target system. Instead use 'cc'. Ideally we could use 'c99' or 'c11' (POSIX requires 'c99').

On systems 'gcc' may be spelled 'gcc48' or otherwise.