http://www.riscos.info/bugzilla3/show_bug.cgi?id=180
Summary: Need "env" dirs added to default search paths
Product: GCC/GCCSDK
Version: other
Platform: Other
OS/Version: RISC OS
Status: NEW
Severity: feature request
Priority: P1
Component: C compiler
AssignedTo: [email protected]
ReportedBy: [email protected]
Estimated Hours: 0.0
e.g /home/riscos/env/include should be appended to the default preprocessor
path, and /home/riscos/env/lib should be appended to the default linker search
path.
This would allow us to drop a boat load of patches, and make newer ports
easier.
Also, it would fix some cases where those paths are searched first instead of
last due to our explicit use of -L/-I on the command line. This is relevant to
some library test setups, and certain programs which build their own versions
of system libraries (e.g, mozilla's sqlite)
Related, is -icrossdirafter still needed? I know it's passed natively as part
of the multilib setup, but isn't there a better way to do this in modern GCCs?
I couldn't find the relevant files to fix, so couldn't immediately check this
myself.
--
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
GCCSDK mailing list [email protected]
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK