| … | |
… | |
| 19 | |
19 | |
| 20 | +# |
20 | +# |
| 21 | +# Linux/HPPA/gcc |
21 | +# Linux/HPPA/gcc |
| 22 | +# |
22 | +# |
| 23 | +ifeq ($(OS_ARCH),Linux) |
23 | +ifeq ($(OS_ARCH),Linux) |
| 24 | +ifneq (,$(filter parisc parisc64,$(OS_TEST))) |
24 | +ifneq (,$(filter hppa2.0 hppa1.1,$(OS_TEST))) |
| 25 | +#ifeq ($(CC),gcc) # Do not check for gcc since there is only this compiler on linux for hppa |
25 | +#ifeq ($(CC),gcc) # Do not check for gcc since there is only this compiler on linux for hppa |
| 26 | +CPPSRCS := xptcinvoke_pa32.cpp xptcstubs_pa32.cpp |
26 | +CPPSRCS := xptcinvoke_pa32.cpp xptcstubs_pa32.cpp |
| 27 | +ASFILES := xptcstubs_asm_parisc_linux.s xptcinvoke_asm_parisc_linux.s |
27 | +ASFILES := xptcstubs_asm_parisc_linux.s xptcinvoke_asm_parisc_linux.s |
| 28 | +#endif |
28 | +#endif |
| 29 | +endif |
29 | +endif |