From fc4c10f1d527599fe7e79965a07b2824be289861 Mon Sep 17 00:00:00 2001 From: Philip Blundell Date: Tue, 2 Feb 1999 21:54:35 +0000 Subject: [PATCH] mh-armpic: New file. * mh-armpic: New file. Patch from Jim Pick . * mt-armpic: Likewise. From-SVN: r24988 --- config/ChangeLog | 5 +++++ config/mh-armpic | 1 + config/mt-armpic | 1 + 3 files changed, 7 insertions(+) create mode 100644 config/mh-armpic create mode 100644 config/mt-armpic diff --git a/config/ChangeLog b/config/ChangeLog index 0adfa01e81d..0a641fc9bb5 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 2 22:51:21 1999 Philip Blundell + + * mh-armpic: New file. Patch from Jim Pick . + * mt-armpic: Likewise. + Mon Nov 2 15:15:33 1998 Geoffrey Noer * mh-cygwin32: delete diff --git a/config/mh-armpic b/config/mh-armpic new file mode 100644 index 00000000000..35cf2c8ee4e --- /dev/null +++ b/config/mh-armpic @@ -0,0 +1 @@ +PICFLAG=-fPIC diff --git a/config/mt-armpic b/config/mt-armpic new file mode 100644 index 00000000000..35b8c9e4dc2 --- /dev/null +++ b/config/mt-armpic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fPIC -- 2.30.2