X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=01bf39fd4b6112a7cee00df39a93fcb16434c46b;hb=dc813469cfae2d6ae2defe44bf014faf3ded2b32;hp=32f7b262956eb84d45b2233b9c8edf99a664abab;hpb=1029a5b1d688041fef55116c4798d97770302507;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index 32f7b26..01bf39f 100644 --- a/configure.in +++ b/configure.in @@ -242,6 +242,15 @@ m68k-*-openbsd*) HostVendor_CPP='unknown' HostOS_CPP='openbsd' ;; +m68k-apple-netbsd*) + HostPlatform=m68k-apple-netbsd + TargetPlatform=m68k-apple-netbsd + BuildPlatform=m68k-apple-netbsd + HostPlatform_CPP='m68k_apple_netbsd' + HostArch_CPP='m68k' + HostVendor_CPP='apple' + HostOS_CPP='netbsd' + ;; m68k-sun-sunos4*) HostPlatform=m68k-sun-sunos4 TargetPlatform=m68k-sun-sunos4 #hack @@ -1217,15 +1226,6 @@ errprint(if you are using 2.13 or earlier, you may get a (harmless) warning mess dnl ** check for leading underscores in symbol names FPTOOLS_UNDERSCORE -dnl ** how is the end of text section signalled? -FPTOOLS_END_TEXT_SECTION - -dnl ** how is the end of data section signalled? -FPTOOLS_END_DATA_SECTION - -dnl ** code before data? -FPTOOLS_CODE_BEFORE_DATA - dnl ** check for ld, and whether ld has -x option AC_PATH_PROG(LdCmdRaw, ld) case $HostOS_CPP in