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.63 by gbeauche, 2006-03-14T22:14:13Z vs.
Revision 1.64 by gbeauche, 2006-03-15T06:54:07Z

# Line 1101 | Line 1101 | dnl Check for linker script support
1101   case $target_os:$target_cpu in
1102   linux*:i?86)    LINKER_SCRIPT_FLAGS="-Wl,-T,ldscripts/linux-i386.ld";;
1103   linux*:x86_64)  LINKER_SCRIPT_FLAGS="-Wl,-T,ldscripts/linux-x86_64.ld";;
1104 + netbsd*:i?86)   LINKER_SCRIPT_FLAGS="-Wl,-T,ldscripts/linux-i386.ld";;
1105 + freebsd*:i?86)  LINKER_SCRIPT_FLAGS="-Wl,-T,ldscripts/freebsd-i386.ld";;
1106   darwin*:powerpc)LINKER_SCRIPT_FLAGS="-Wl,-seg1addr,0x78048000";;
1107   esac
1108   if [[ -n "$LINKER_SCRIPT_FLAGS" ]]; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines