diff options
| author | mrg <mrg@NetBSD.org> | 2003-12-08 13:15:01 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-12-08 13:15:01 +0000 |
| commit | 12dc5d733cb708e8cc4371f2a9efb1bee0f4bc64 (patch) | |
| tree | 8893ab8030ebec78dad37cea6a21e6b96a673ecc /gnu | |
| parent | 90464788567a948533172e08d1abec97527b7e39 (diff) | |
now that medlow is the defalut, no need to force it in -p/-pg.
suggested and tested by martin.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gcc/gcc/config/sparc/netbsd-elf.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/dist/gcc/gcc/config/sparc/netbsd-elf.h b/gnu/dist/gcc/gcc/config/sparc/netbsd-elf.h index dda5cc49902..7562e89abe2 100644 --- a/gnu/dist/gcc/gcc/config/sparc/netbsd-elf.h +++ b/gnu/dist/gcc/gcc/config/sparc/netbsd-elf.h @@ -170,9 +170,7 @@ Boston, MA 02111-1307, USA. */ %{!mf934: \ %{!mv8*: \ %{!msupersparc:-mcpu=ultrasparc}}}}}}} \ - %{!mno-vis:%{!mcpu=v9:-mvis}} \ - %{p:-mcmodel=medlow} \ - %{pg:-mcmodel=medlow}}" + %{!mno-vis:%{!mcpu=v9:-mvis}}}" #define CC1_SPEC64 \ "%{sun4:} %{target:} \ @@ -189,10 +187,7 @@ Boston, MA 02111-1307, USA. */ %{!mf930: \ %{!mf934: \ %{!mv8*: \ - %{!msupersparc:-mcpu=cypress}}}}}}}} \ - %{!m32: \ - %{p:-mcmodel=medlow} \ - %{pg:-mcmodel=medlow}}" + %{!msupersparc:-mcpu=cypress}}}}}}}}" /* Make sure we use the right output format. Pick a default and then make sure -m32/-m64 switch to the right one. */ |
