Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential part for deletion #9

Open
Godzil opened this issue Dec 15, 2020 · 0 comments
Open

Potential part for deletion #9

Godzil opened this issue Dec 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Godzil
Copy link
Owner

Godzil commented Dec 15, 2020

Things that probably can be removed as not useful for a dedicated WonderSwan compiler:

  • ar: do we need the provided AR? Intel OBJ/LIB would probably be better
  • libc, libbsd: the use of the libc doubtful at best for the targeted environment, and the few potentially useful functions would need to be rewritten anyway. Having some ready made lib is a different subject.
  • dis88: Do we need that disassembler? There are plenty existing
  • as: Still have to look how BCC works internally, but I would prefer to use amore standard assembler like nasm.
  • unproto if we update bcc to properly support C89/C99 construction
  • as with libc/libbsd the include folder is probably useless.
@Godzil Godzil added the enhancement New feature or request label Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant