|
|
| version 1.1, 2004/01/17 22:40:15 | version 1.2, 2004/01/20 20:38:35 |
|---|---|
| Line 170 TARGET_INC+= ${GCC_CPU}/att.h | Line 170 TARGET_INC+= ${GCC_CPU}/att.h |
| TARGET_INC+= dbxelf.h | TARGET_INC+= dbxelf.h |
| TARGET_INC+= elfos.h | TARGET_INC+= elfos.h |
| .endif | .endif |
| TARGET_INC+= freebsd-native.h | TARGET_INC+= dragonfly-native.h |
| TARGET_INC+= freebsd-spec.h | TARGET_INC+= dragonfly-spec.h |
| TARGET_INC+= freebsd.h | TARGET_INC+= dragonfly.h |
| .if ${TARGET_ARCH} == "alpha" | .if ${TARGET_ARCH} == "alpha" |
| TARGET_INC+= ${GCC_CPU}/elf.h | TARGET_INC+= ${GCC_CPU}/elf.h |
| .endif | .endif |
| Line 181 TARGET_INC+= ${GCC_CPU}/elf.h | Line 181 TARGET_INC+= ${GCC_CPU}/elf.h |
| TARGET_INC+= ${GCC_CPU}/sysv4.h | TARGET_INC+= ${GCC_CPU}/sysv4.h |
| .endif | .endif |
| .endif | .endif |
| TARGET_INC+= ${GCC_CPU}/freebsd.h | TARGET_INC+= ${GCC_CPU}/dragonfly.h |
| .if ${TARGET_ARCH} == "amd64" | .if ${TARGET_ARCH} == "amd64" |
| TARGET_INC+= ${GCC_CPU}/x86-64.h | TARGET_INC+= ${GCC_CPU}/x86-64.h |
| TARGET_INC+= ${GCC_CPU}/freebsd64.h | TARGET_INC+= ${GCC_CPU}/dragonfly64.h |
| .endif | .endif |
| TARGET_INC+= defaults.h | TARGET_INC+= defaults.h |