https://bugs.freedesktop.org/show_bug.cgi?id=50162

             Bug #: 50162
           Summary: merge rtlbootstrap.mk into configure.in
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO Master
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: Libreoffice
        AssignedTo: [email protected]
        ReportedBy: [email protected]


rtlbootstrap.mk contains definitions of two platform-specific variables: RTL_OS
and RTL_ARCH. It is created by running sal/rtl/source/macro.hxx through
preprocessor (with the exception of Windows, where the values are written
directly; see sal/CustomTarget_generated.mk).

What should be done is to map the platform tests in sal/rtl/source/macro.hxx
(plus the additional Windows ones) onto platform tests in configure.in (the
case block that starts at line 2985 ATM). This needs some care, because I doubt
it very much there is one-to-one correspondence between the checks.

The two new variables then need to be added to config_host.mk.in, all
references to rtlbootstrap.mk removed (because they are always available now
through config_host.mk) and the code in sal removed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to