ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.61 by gbeauche, 2006-02-27T00:11:49Z vs.
Revision 1.62 by gbeauche, 2006-03-14T21:18:44Z

# 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],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines