2
0

Linux cross compiling, linking & x86_64 arch standardization.

This commit is contained in:
Maarten Billemont
2019-09-25 22:57:26 -04:00
parent a132e03b88
commit 64536f95c0
6 changed files with 23 additions and 39 deletions

View File

@@ -201,11 +201,5 @@ public final class Native {
return x86;
}
@Override
public String toString() {
return name().replace('_', '-' );
}
}
}