Skip to content

Commit

Permalink
RTAI: Use gnu11 instead of gnu89 for kernel modules
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Ari <neotheuser@ymail.com>
  • Loading branch information
NTULINUX committed Sep 20, 2023
1 parent 196fd2d commit a76b69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ case $RTS in
RTDIR=`$RTS --prefix`
RTDIR=$(cd $RTDIR ; pwd -P )
RTFLAGS=`$RTS --module-cflags`
RTFLAGS="$RTFLAGS -DRTAI=$RTAI"
RTFLAGS="$RTFLAGS -DRTAI=$RTAI -std=gnu11"
KERNELDIR=`$RTS --linux-dir`
RTARCH=`$RTS --arch`
ULAPI_CFLAGS=`$RTS --lxrt-cflags`
Expand Down

0 comments on commit a76b69f

Please sign in to comment.