# | Line 1100 | Line 1100 | dnl Check for linker script support | |
---|---|---|
1100 | case $target_os:$target_cpu in | |
1101 | linux*:i?86) LINKER_SCRIPT_FLAGS="-Wl,-T,ldscripts/linux-i386.ld";; | |
1102 | linux*:x86_64) LINKER_SCRIPT_FLAGS="-Wl,-T,ldscripts/linux-x86_64.ld";; | |
1103 | + | darwin*:powerpc)LINKER_SCRIPT_FLAGS="-Wl,-seg1addr,0x78048000";; |
1104 | esac | |
1105 | if [[ -n "$LINKER_SCRIPT_FLAGS" ]]; then | |
1106 | AC_CACHE_CHECK([whether linker script is usable], |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |