From: ppisa Date: Tue, 17 Feb 2004 23:37:21 +0000 (+0000) Subject: Small changes to fix GCC-2.95.3 compilation and strict headers separation. X-Git-Tag: CLT_COMM_CAN_pre_canmsg_change~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/0283e6cc4d05cfb5dcf1ca121ce828dd5ec3f977?ds=sidebyside;hp=0283e6cc4d05cfb5dcf1ca121ce828dd5ec3f977 Small changes to fix GCC-2.95.3 compilation and strict headers separation. The GCC option -nostdinc is used to ensure that default user-space includes are not mistakenly read by RT-Linux or Linux kernel targets compilation. The standard headers as "string.h" are allowed by addition of $(LINUX_DIR)/include/linux path. ---