To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46384
                  Issue #:|46384
                  Summary:|sysui: -z now is not marked as a linker flag
                Component:|porting
                  Version:|680m86
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|pmladek





------- Additional comments from [EMAIL PROTECTED] Thu Mar 31 02:47:22 -0800 
2005 -------
sysui/desktop/util/makefile.mk includes the following line:
LINKFLAGS+=-z now

But "-z now" is a linker flag, so it should be marked by -Wl to be ignored by 
gcc:
LINKFLAGS+=-Wl,-z,now

The actuall state breakes building on ppc.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to