#385 closed defect (invalid)
wrong .configure and make options for gcc 3.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
--prefix should be $LFS/static not /static and make BOOT_LDFLAGS should be -static-bootstrap not -static bootstrap
Change History (2)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
-static bootstrap is ok.
-static is the value for BOOT_LDFLAGS and bootstrap is used by the 'make' program to start at that Makefile rule. Maybe it's easier to read if you put it in this order:
make bootstrap BOOT_LDFLAS=-static
Note:
See TracTickets
for help on using tickets.
sorry, --prefix is ok and static-bootstrap worked in both versions