Added CROSS_INCLUDES and CROSS_LDFLAGS

This commit is contained in:
Janet B. Anderson
2001-01-12 23:17:37 +00:00
parent 4baf145c50
commit 411b6176ec
+3
View File
@@ -5,3 +5,6 @@ BUILD_CLASS = CROSS
ANSI = GCC
CPLUSPLUS = G++
CROSS_INCLUDES = $(addprefix -I,$(GNU_INCLUDE_DIR))
CROSS_LDFLAGS = $(addprefix -L,$(GNU_LIB_DIR))