-
Notifications
You must be signed in to change notification settings - Fork 5
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
saveds/fbaserel warning with gcc6 #3
Comments
other than that there is also a number of: |
fwiw, here is a compile log after -fbaserel has been added to mcc and mcp cflags:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
compiing m68k target (make OS=os3) with m68k-amigaos-gcc (GCC) 6.5.0b
i encounter a number of warnings like that:
private.h:247:126: warning: `saveds' attribute is only usable with fbaserel [-Wattributes]
d2, LONG), REG(d3, LONG flags), REG(a0, struct BitMap *));
perhaps -fbaserel should be added to gcc option, eventually after compiler/version detection.
The text was updated successfully, but these errors were encountered: