mirror of
https://github.com/deadw00d/AROS.git
synced 2025-12-06 21:40:57 +00:00
expose the detected c standards flags
This commit is contained in:
@ -5,6 +5,13 @@
|
||||
# comment style used to remove compilers section attribs
|
||||
AROS_SECTION_COMMENT := @aros_targetsection_comment@
|
||||
|
||||
|
||||
#
|
||||
# C standards supported ...
|
||||
#
|
||||
CFLAGS_GNU99 := @aros_cflags_cgnu99@
|
||||
CFLAGS_GNU11 := @aros_cflags_cgnu11@
|
||||
|
||||
#
|
||||
# Standard compiler features ...
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user