dlx: link with gcc instead of g++ -- there is no c++ code here

This commit is contained in:
Peter Simons 2012-12-05 16:44:04 +01:00
parent c4038db19d
commit 7d3be6b5f9

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation {
buildInputs = [ unzip ];
makeFlags = "LINK=gcc CFLAGS=-O2";
installPhase = ''
mkdir -p $out/include/dlx $out/share/dlx/{examples,doc} $out/bin
mv -v masm mon dasm $out/bin/