dlx: link with gcc instead of g++ -- there is no c++ code here
This commit is contained in:
parent
c4038db19d
commit
7d3be6b5f9
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user