|
@@ -76,6 +76,9 @@ endif
|
|
ifeq ($(CPU_TARGET),i8086)
|
|
ifeq ($(CPU_TARGET),i8086)
|
|
PPSUF=8086
|
|
PPSUF=8086
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(CPU_TARGET),avr)
|
|
|
|
+PPSUF=avr
|
|
|
|
+endif
|
|
|
|
|
|
# cross compilers uses full cpu_target, not just ppc-suffix
|
|
# cross compilers uses full cpu_target, not just ppc-suffix
|
|
# (except if the target cannot run a native compiler)
|
|
# (except if the target cannot run a native compiler)
|