This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
DI Christian Schmidleitner wrote:
have to transfer a great software package (3 millions line of code, 500 structures) from SCO-UNIX, SCO-XENIX and AIX to Linux. I have to share the files between the old systems and the new one. All structures are compiled with 2 Byte alignment. In Xenix: cc In SCO-UNIX: cc -Xm -a ods30 -Z p2 In AIX: cc -qaligned=twobyte. Now I search the correct options for the gcc. I hope you can help me.
http://gcc.gnu.org/onlinedocs/
DI Christian Schmidleitner Oberhaiderstr. 59 A-4600 Wels Austria/Europe
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |