diff options
author | Jeff Law <law@redhat.com> | 1998-01-22 17:38:05 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-01-22 17:38:05 +0000 |
commit | 0186b09421a6f5bcac087dbc91b2eb88d53162bc (patch) | |
tree | e14acfeea40f6b4d71148f2d864a4786fbaffbb8 /config | |
parent | 3d80840d8d08852ead65a14870df22449fa21b4c (diff) | |
download | gdb-0186b09421a6f5bcac087dbc91b2eb88d53162bc.zip gdb-0186b09421a6f5bcac087dbc91b2eb88d53162bc.tar.gz gdb-0186b09421a6f5bcac087dbc91b2eb88d53162bc.tar.bz2 |
Add forgotten files.
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 2 | ||||
-rw-r--r-- | config/mh-elfalphapic | 1 | ||||
-rw-r--r-- | config/mt-elfalphapic | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 889a54b..c677d55 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -39,6 +39,7 @@ mh-decstation mh-delta88 mh-dgux mh-dgux386 +mh-elfalphapic mh-go32 mh-hp300 mh-hpux @@ -67,6 +68,7 @@ mh-windows mh-x86pic mpw mpw-mh-mpw +mt-elfalphapic mt-linux mt-m68kpic mt-netware diff --git a/config/mh-elfalphapic b/config/mh-elfalphapic new file mode 100644 index 0000000..35cf2c8 --- /dev/null +++ b/config/mh-elfalphapic @@ -0,0 +1 @@ +PICFLAG=-fPIC diff --git a/config/mt-elfalphapic b/config/mt-elfalphapic new file mode 100644 index 0000000..35b8c9e --- /dev/null +++ b/config/mt-elfalphapic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fPIC |