This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Alignment
- From: "DI Christian Schmidleitner" <schmidleitner at aon dot at>
- To: <gcc-bugs at gcc dot gnu dot org>
- Date: Thu, 4 Jul 2002 16:17:17 +0200
- Subject: Alignment
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.
DI Christian Schmidleitner
Oberhaiderstr. 59
A-4600 Wels
Austria/Europe