diff --git a/config/.Sanitize b/config/.Sanitize index 46217451aa..91caae32f0 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -41,6 +41,7 @@ mh-irix5 mh-linux mh-lynxos mh-lynxrs6k +mh-m68kpic mh-ncr3000 mh-ncrsvr43 mh-papic @@ -54,6 +55,7 @@ mh-sysv4 mh-vaxult2 mh-x86pic mpw-mh-mpw +mt-m68kpic mt-netware mt-papic mt-sparcpic diff --git a/config/mh-m68kpic b/config/mh-m68kpic new file mode 100644 index 0000000000..92e48d90fb --- /dev/null +++ b/config/mh-m68kpic @@ -0,0 +1 @@ +PICFLAG=-fpic diff --git a/config/mt-m68kpic b/config/mt-m68kpic new file mode 100644 index 0000000000..ff98727557 --- /dev/null +++ b/config/mt-m68kpic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fpic