config: fix build with external compiler by passing the sysroot where needed
[AROS.git] / arch / m68k-all / stdc / mmakefile.src
blobd554a11939f57557b85db1576c66d1d76dab3043
1 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 USER_AFLAGS  := -I$(GENINCDIR) -DDEBUG=0
8 %build_archspecific \
9   mainmmake=compiler-stdc \
10   maindir=compiler/stdc \
11   arch=m68k \
12   files="fenv" asmfiles="longjmp setjmp"
14 #MM- compiler-stdc-m68k : includes-asm_h-m68k
17 #MM- test-clib: test-clib-$(AROS_TARGET_CPU)
18 #MM- test-clib-m68k: includes-asm_h-m68k test-clib-m68k-jmptests
20 USER_AFLAGS := -I$(GENINCDIR) # -DDEBUG_MAGIC=0x40506070 -DDEBUG=1
21 AFILES:=jmptests setjmp longjmp ../posixc/vfork ../posixc/vfork_longjmp
23 %build_prog mmake=test-clib-m68k-jmptests files= asmfiles=$(AFILES) \
24             progname=jmptests targetdir=$(AROS_TESTS)/clib \
25             usestartup=no