1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-12-08 15:08:26 +00:00
Files
amigaos-cross-toolchain/patches/gcc-3.4.6/gcc/toplev.c.diff
Krystian Bacławski cfa575b5ca Switch to gcc 3.4.6.
2013-05-19 21:39:06 +02:00

12 lines
424 B
Diff

--- gcc-3.4.6/gcc/toplev.c 2013-05-19 20:09:28.000000000 +0200
+++ gcc-3.4.6-patched/gcc/toplev.c 2013-05-19 20:23:32.000000000 +0200
@@ -1100,6 +1100,8 @@
{"branch-count-reg",&flag_branch_on_count_reg, 1 },
{"pic", &flag_pic, 1 },
{"PIC", &flag_pic, 2 },
+ {"baserel", &flag_pic, 3 },
+ {"baserel32", &flag_pic, 4 },
{"pie", &flag_pie, 1 },
{"PIE", &flag_pie, 2 },
{"exceptions", &flag_exceptions, 1 },